diff options
Diffstat (limited to 'lib-src')
| -rw-r--r-- | lib-src/make-docfile.c | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/lib-src/make-docfile.c b/lib-src/make-docfile.c index 2fb9af0849f..1308f6c8ed8 100644 --- a/lib-src/make-docfile.c +++ b/lib-src/make-docfile.c | |||
| @@ -127,10 +127,7 @@ read_c_string (infile, printflag) | |||
| 127 | c = getc (infile); | 127 | c = getc (infile); |
| 128 | if (c != '"') | 128 | if (c != '"') |
| 129 | break; | 129 | break; |
| 130 | if (printflag > 0) | 130 | /* If we had a "", concatenate the two strings. */ |
| 131 | putc (c, outfile); | ||
| 132 | else if (printflag < 0) | ||
| 133 | *p++ = c; | ||
| 134 | c = getc (infile); | 131 | c = getc (infile); |
| 135 | } | 132 | } |
| 136 | 133 | ||