Skip to content

Commit

Permalink
Merge pull request #176 from marktwtn/flush-debug-message
Browse files Browse the repository at this point in the history
fix: Flush the debug messages
  • Loading branch information
jserv committed Jul 25, 2019
2 parents 13b9624 + eddf591 commit 1df8614
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/common.h
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ static inline void ddprintf(const char *format, ...)
va_start(ap, format);
vprintf(format, ap);
va_end(ap);
fflush(stdout);
#endif
}

Expand Down

0 comments on commit 1df8614

Please sign in to comment.