summaryrefslogtreecommitdiff
path: root/src/util.c
diff options
context:
space:
mode:
authorIan C <ianc@noddybox.co.uk>2004-08-27 23:55:16 +0000
committerIan C <ianc@noddybox.co.uk>2004-08-27 23:55:16 +0000
commit0922b7993ce1d18de8fe975b17fd33cd3841ae9c (patch)
tree429f1e7314a10bebd0634f87c3d25d58647e9c4f /src/util.c
parentb219c3580da55f3396a2d8df8301a777b783d833 (diff)
Updates
Diffstat (limited to 'src/util.c')
-rw-r--r--src/util.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/util.c b/src/util.c
index 566255d..6c2feea 100644
--- a/src/util.c
+++ b/src/util.c
@@ -116,8 +116,11 @@ void Debug(const char *format, ...)
if (!fp)
{
+ /*
fp=fopen("debug.txt","w");
setbuf(fp,NULL);
+ */
+ fp=stderr;
}
if (!fp)