Skip to content

Commit

Permalink
flush stdout after initial setup is finished
Browse files Browse the repository at this point in the history
  • Loading branch information
agraef committed Jun 29, 2015
1 parent 273cbc8 commit 35bcd80
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/main.c
Original file line number Diff line number Diff line change
Expand Up @@ -432,6 +432,7 @@ int main(int argc, char** argv)

if(conv.verbose)
printf("Ready.\n");
fflush(stdout);

signal(SIGINT, quitter);
while(!quit)
Expand Down

0 comments on commit 35bcd80

Please sign in to comment.