X-Git-Url: https://git.gag.com/?a=blobdiff_plain;f=common-src%2Ffile.c;h=e8de92c62677904e4d4b06aa20aa3251e6f143eb;hb=2627875b7d18858bc1f9f7652811e4d8c15a23eb;hp=6f2a0acc4c97ccce7803d9f7fffafe3862b81d9c;hpb=fb2bd066c2f8b34addafe48d62550e3033a59431;p=debian%2Famanda diff --git a/common-src/file.c b/common-src/file.c index 6f2a0ac..e8de92c 100644 --- a/common-src/file.c +++ b/common-src/file.c @@ -473,7 +473,7 @@ debug_agets( } if (ch == '\\') { - escape = 1; + escape = !escape; } else { if (ch == '"') { if (!escape)