mirror of
https://github.com/profanity-im/profanity.git
synced 2024-12-04 14:46:46 -05:00
Removed if clause in parser
This commit is contained in:
parent
36265dde2f
commit
5233000498
@ -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++;
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user