mirror of
https://github.com/profanity-im/profanity.git
synced 2024-11-03 19:37:16 -05:00
parent
f2509b078a
commit
bac97125a3
@ -210,7 +210,7 @@ parse_args_with_freetext(const char * const inp, int min, int max)
|
||||
} else {
|
||||
in_token = TRUE;
|
||||
num_tokens++;
|
||||
if (num_tokens == max + 1) {
|
||||
if ((num_tokens == max + 1) && (curr_uni != '"')) {
|
||||
in_freetext = TRUE;
|
||||
} else if (curr_uni == '"') {
|
||||
in_quotes = TRUE;
|
||||
|
Loading…
Reference in New Issue
Block a user