remove shift one char

This commit is contained in:
onyx 2024-07-01 04:43:15 +01:00
parent 900ed23ebf
commit ea1f05d323

View File

@ -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);