upd utility functions

This commit is contained in:
2024-07-08 16:01:14 +01:00
parent 6b7e0afb91
commit dc8a4036c8
4 changed files with 16 additions and 17 deletions
+1 -1
View File
@@ -268,7 +268,7 @@ void parse_input(PT_VMR vmr, char *input, int len)
{
char *token;
replace_multiple_space_with_one(input, len);
replace_blanks_with_single_space(input, len);
token = strtok(input, " ");
while (token != NULL)
{