Skip to content

Commit

Permalink
Merge pull request #16 from agraef/master
Browse files Browse the repository at this point in the history
flush stdout after initial setup is finished
  • Loading branch information
ssj71 committed Jun 29, 2015
2 parents 273cbc8 + 35bcd80 commit 58ac3dd
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 58ac3dd

Please sign in to comment.