summaryrefslogtreecommitdiff
path: root/navit
diff options
context:
space:
mode:
authorsleske <sleske@ffa7fe5e-494d-0410-b361-a75ebd5db220>2014-11-22 23:36:19 +0000
committersleske <sleske@ffa7fe5e-494d-0410-b361-a75ebd5db220>2014-11-22 23:36:19 +0000
commitff56938a34bade6b4cf9bf6f6d448d4adfd39055 (patch)
treebca7ea108b8c51c74f29c6221614a2d420484565 /navit
parentf54c5197a6349977585f82676950accb39cfcd9b (diff)
downloadnavit-svn-ff56938a34bade6b4cf9bf6f6d448d4adfd39055.tar.gz
Fix:core:Fix compilation for Windows.
git-svn-id: http://svn.code.sf.net/p/navit/code/trunk/navit@5970 ffa7fe5e-494d-0410-b361-a75ebd5db220
Diffstat (limited to 'navit')
-rw-r--r--navit/debug.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/navit/debug.c b/navit/debug.c
index 8eab0d2d..80daeb83 100644
--- a/navit/debug.c
+++ b/navit/debug.c
@@ -281,7 +281,7 @@ void
debug_vprintf(dbg_level level, const char *module, const int mlen, const char *function, const int flen, int prefix, const char *fmt, va_list ap)
{
#if defined HAVE_API_WIN32_CE || defined _MSC_VER
- char debug_headers[4096];
+ char message_origin[4096];
#else
char message_origin[mlen+flen+3];
#endif