summaryrefslogtreecommitdiff
path: root/src/debug.cpp
diff options
context:
space:
mode:
authorIan C <ianc@noddybox.co.uk>2005-04-18 00:52:51 +0000
committerIan C <ianc@noddybox.co.uk>2005-04-18 00:52:51 +0000
commit6910f6539d74a59e6d773f4a5d311cb530c2db6e (patch)
tree27fc74013aa5e2e8497dc80ce32de053c40dd917 /src/debug.cpp
parent9d0c916a1c22615b25f84b8a219df1f607a110e5 (diff)
Changed debug file location and added GetAppWindow to Common
Diffstat (limited to 'src/debug.cpp')
-rw-r--r--src/debug.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/debug.cpp b/src/debug.cpp
index f234442..7885d77 100644
--- a/src/debug.cpp
+++ b/src/debug.cpp
@@ -232,7 +232,7 @@ void W32Debug(const char *func, const char *file, const char *msg)
if (!fp)
{
- fp=fopen("debug.out","w");
+ fp=fopen("c:/debug.out","w");
setbuf(fp,0);
}