aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--client.c1
-rwxr-xr-xsnowcast_controlbin14416 -> 18592 bytes
2 files changed, 1 insertions, 0 deletions
diff --git a/client.c b/client.c
index 083526f..fe6695d 100644
--- a/client.c
+++ b/client.c
@@ -108,6 +108,7 @@ int main(int argc, char *argv[])
char input[LINE_MAX];
printf("Enter a number to change to it's station. Click q to end stream.\n");
+ fflush(stdout);
while (1) {
char *line = fgets(input, LINE_MAX, stdin);
diff --git a/snowcast_control b/snowcast_control
index a934032..48df5df 100755
--- a/snowcast_control
+++ b/snowcast_control
Binary files differ