summaryrefslogtreecommitdiff
path: root/components/help/converters/gnome-man2html2/gnome-man2html.c
diff options
context:
space:
mode:
Diffstat (limited to 'components/help/converters/gnome-man2html2/gnome-man2html.c')
-rw-r--r--components/help/converters/gnome-man2html2/gnome-man2html.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/components/help/converters/gnome-man2html2/gnome-man2html.c b/components/help/converters/gnome-man2html2/gnome-man2html.c
index ed0e52129..05bb0fa1c 100644
--- a/components/help/converters/gnome-man2html2/gnome-man2html.c
+++ b/components/help/converters/gnome-man2html2/gnome-man2html.c
@@ -2223,7 +2223,7 @@ static char
char *endwith="..\n";
i=3;
c=c+j;
- if (*c!='\n') {
+ if (*c!='\n' && strncmp(c, "\\\"", 2)) {
endwith=c-1;i=1;
c[-1]='.';
while (*c && *c!='\n') {