Compare commits

...

3 Commits

Author SHA1 Message Date
12a55a52f2 Merge branch 'main' of https://github.com/onyx-and-iris/vmrcli 2024-07-01 07:35:35 +01:00
d4afbfa881 upd heading 2024-07-01 07:35:32 +01:00
ea1f05d323 remove shift one char 2024-07-01 04:43:15 +01:00
2 changed files with 1 additions and 2 deletions

View File

@ -1,4 +1,4 @@
# VMRCLI Command Line Utility
# Voicemeeter Remote Command Line Utility
## `Tested against`

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