diff options
Diffstat (limited to 'client.c')
-rw-r--r-- | client.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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; } |