diff options
-rw-r--r-- | pw.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -279,7 +279,7 @@ static char *getln(FILE *stream) return line; if (ch == '\n') return dsensure(line); - line = addchesc(line, ch); + line = addch(line, ch); } } |