allowing spaces in messages 💀
This commit is contained in:
parent
11ddd9c9b9
commit
1011faa67f
@ -142,7 +142,7 @@ void add_brackets(char **json)
|
||||
|
||||
why2_bool is_ascii(char c)
|
||||
{
|
||||
return 33 <= c && c <= 126;
|
||||
return 32 <= c && c <= 126;
|
||||
}
|
||||
|
||||
void remove_non_ascii(char **text)
|
||||
|
Loading…
x
Reference in New Issue
Block a user