X-Git-Url: https://git.deb.at/?a=blobdiff_plain;f=options.c;fp=options.c;h=0783173a1293131c90d733ddef1effa28e07528d;hb=e34f84be19f4ff5c2ea7299ef9cfae0d450a6c24;hp=8a0f7e9db71cccf22d879f29cac0d8bb537776cc;hpb=a1bba6c6aa1c73bd8e6423008dd89c35fec23f6b;p=pkg%2Fabook.git diff --git a/options.c b/options.c index 8a0f7e9..0783173 100644 --- a/options.c +++ b/options.c @@ -189,10 +189,8 @@ opt_line_remove_comments(char *p) for(; *p; p++) { switch(*p) { case '\"': - if(!escape) { + if(!escape) in_quote = !in_quote; - escape = FALSE; - } break; case '\\': escape = TRUE;