diff options
author | Ian C <ianc@noddybox.co.uk> | 2004-01-23 20:05:54 +0000 |
---|---|---|
committer | Ian C <ianc@noddybox.co.uk> | 2004-01-23 20:05:54 +0000 |
commit | 9a74f4fd96d014f755ea4311fb843509c115fd51 (patch) | |
tree | 55e11f025169930a58602f41b27140afd9853c2a /src/util.c | |
parent | 0f37db40662688083dc75ba3a1a4bc568553186a (diff) |
Tweaks
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); } |