diff options
-rw-r--r-- | xprop.c | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -160,8 +160,9 @@ Read_Quoted (FILE *stream) c = Read_Char(stream); if (c == '\n') { ptr--; length++; - } else + } else { ptr++[0] = c; length--; + } } } ptr++[0] = '\0'; |