readd comment

This commit is contained in:
onyx-and-iris 2024-06-27 19:20:21 +01:00
parent 1d71f38d39
commit 9191a38745

View File

@ -195,7 +195,7 @@ void interactive(T_VBVMR_INTERFACE *vmr)
if (command[0] != '\0')
parse_command(vmr, command);
p++;
p++; /* shift to next input char */
}
p = input; /* reset pointer */