diff options
author | Ian C <ianc@noddybox.co.uk> | 2004-01-23 02:30:29 +0000 |
---|---|---|
committer | Ian C <ianc@noddybox.co.uk> | 2004-01-23 02:30:29 +0000 |
commit | 0f37db40662688083dc75ba3a1a4bc568553186a (patch) | |
tree | 2e90e8315e2afe30580451bd4346dc1f2a57484a /src/util.c | |
parent | 2fc6cc22a29a53dc5127eafa2719d11e9bb38c42 (diff) |
Devel checkin
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); } |