From 6910f6539d74a59e6d773f4a5d311cb530c2db6e Mon Sep 17 00:00:00 2001 From: Ian C Date: Mon, 18 Apr 2005 00:52:51 +0000 Subject: Changed debug file location and added GetAppWindow to Common --- src/debug.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/debug.cpp') 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); } -- cgit v1.2.3