diff --git a/src/tools/parser.c b/src/tools/parser.c index c3190a96..96c56628 100644 --- a/src/tools/parser.c +++ b/src/tools/parser.c @@ -205,8 +205,6 @@ parse_args_with_freetext(const char * const inp, int min, int max) token_start = ©[i+1]; } else { token_start = ©[i]; - } - if (copy[i] != '"') { token_size++; } }