diff options
Diffstat (limited to 'src/debug.cpp')
-rw-r--r-- | src/debug.cpp | 2 |
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); } |