mirror of
https://github.com/onyx-and-iris/vmrcli.git
synced 2026-09-16 16:02:29 +00:00
upd utility functions
This commit is contained in:
+1
-1
@@ -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)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user