mirror of
https://github.com/onyx-and-iris/vmrcli.git
synced 2024-11-15 17:40:56 +00:00
remove shift one char
This commit is contained in:
parent
900ed23ebf
commit
ea1f05d323
@ -215,7 +215,6 @@ void interactive(T_VBVMR_INTERFACE *vmr)
|
||||
while (*p && !isspace(*p))
|
||||
command[i++] = *p++;
|
||||
command[i] = '\0';
|
||||
p++; /* shift to next char */
|
||||
|
||||
if (command[0] != '\0')
|
||||
parse_command(vmr, command);
|
||||
|
Loading…
Reference in New Issue
Block a user