mirror of
https://github.com/onyx-and-iris/vmrcli.git
synced 2025-02-23 02:05:26 +00:00
clear the input buffer before reading from stdin again
This commit is contained in:
parent
e06a26f87b
commit
947abb3c01
@ -206,6 +206,7 @@ void interactive(T_VBVMR_INTERFACE *vmr)
|
||||
}
|
||||
|
||||
p = input; /* reset pointer */
|
||||
memset(input, '\0', sizeof(input)); /* reset input buffer */
|
||||
printf(">> ");
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user