From 9dfb0307da9afb888f9a122399ab87633eb2c3ab Mon Sep 17 00:00:00 2001 From: sotech117 Date: Sat, 23 Sep 2023 22:04:52 +0000 Subject: print type of station? --- client.c | 2 +- snowcast_control | Bin 14416 -> 14376 bytes 2 files changed, 1 insertion(+), 1 deletion(-) diff --git a/client.c b/client.c index 06d7024..3792ba9 100644 --- a/client.c +++ b/client.c @@ -155,7 +155,7 @@ void *reply_thread_routine(void* args) { exit(1); } num_stations = ntohs(num_stations); - printf("Welcome to Snowcast! The server has %d stations.\n", num_stations); + printf("Welcome to Snowcast! The server has %u stations.\n", num_stations); printf("Enter a number to change to it's station. Click q to end stream.\n"); continue; } diff --git a/snowcast_control b/snowcast_control index 2ea8f55..9499ab7 100755 Binary files a/snowcast_control and b/snowcast_control differ -- cgit v1.2.3-70-g09d2