diff --git a/src/parse.cpp b/src/parse.cpp index e8a64a0..ce7d67a 100644 --- a/src/parse.cpp +++ b/src/parse.cpp @@ -541,7 +541,7 @@ std::pair parse_arg(parse_context ctx, const char* end, con { ctx.i += 2; } - else if(doquote && ctx[ctx.i]=='\\') // backslash: don't check next char + else if(ctx[ctx.i]=='\\') // backslash: don't check next char { ctx.i++; if(ctx.i>=ctx.size)