diff options
Diffstat (limited to 'src/util.c')
-rw-r--r-- | src/util.c | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -116,7 +116,8 @@ void Debug(const char *format, ...) if (!fp) { - fp=fopen("debug.txt","w"); + /*fp=fopen("debug.txt","w");*/ + fp=stdout; setbuf(fp,NULL); } |