From 5233000498a30c61b22f68ac34ff10d60815f979 Mon Sep 17 00:00:00 2001 From: James Booth Date: Thu, 11 Jul 2013 23:03:20 +0100 Subject: [PATCH] Removed if clause in parser --- src/tools/parser.c | 2 -- 1 file changed, 2 deletions(-) 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++; } }