aboutsummaryrefslogtreecommitdiff
path: root/client.c
diff options
context:
space:
mode:
Diffstat (limited to 'client.c')
-rw-r--r--client.c1
1 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);