From f06e9e954d0ff0ee56c852ae717bc62e460eeed1 Mon Sep 17 00:00:00 2001 From: sotech117 Date: Tue, 26 Sep 2023 06:51:57 +0000 Subject: clean up some final bugs --- client.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'client.c') diff --git a/client.c b/client.c index dbbc204..07e413f 100644 --- a/client.c +++ b/client.c @@ -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; -- cgit v1.2.3-70-g09d2