diff options
Diffstat (limited to 'client.c')
-rw-r--r-- | client.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -313,7 +313,7 @@ void *command_line_routine(void* args) { int inputInt = atoi(input); if (input[0] != '0' && inputInt == 0) { // if we're in here, it's ~likely~ not a number (ik it's not perfect, sorry :/) - printf("unknown command: %si", input); + printf("unknown command: %s", input); printf("snowcast_control> "); fflush(stdout); continue; |