Skip to content

Commit

Permalink
Fix debug build
Browse files Browse the repository at this point in the history
  • Loading branch information
rasa committed Feb 24, 2015
1 parent ab447cd commit 60f6eba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion eolfix.c
Original file line number Diff line number Diff line change
Expand Up @@ -666,7 +666,7 @@ void _DBG(char *fmt, ...) {
# if defined(__WINDOWS__)
OutputDebugString(buffer);
# endif
fprintf(stdout, buffer);
fprintf(stdout, "%s", buffer);
fflush(stdout);
va_end(args);
#endif
Expand Down

0 comments on commit 60f6eba

Please sign in to comment.