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