summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2011-05-25 23:24:02 +0300
committerAndrei Karas <akaras@inbox.ru>2011-05-25 23:24:02 +0300
commitce6905ac29998890ed41dc3039bb548a440e2608 (patch)
treedbb6d8bca98f22f2f3b21422e45a7dd562b9f5c2
parent8d80b897b5863372649de9b5f3c8d7234ae47f58 (diff)
downloadplus-ce6905ac29998890ed41dc3039bb548a440e2608.tar.gz
plus-ce6905ac29998890ed41dc3039bb548a440e2608.tar.bz2
plus-ce6905ac29998890ed41dc3039bb548a440e2608.tar.xz
plus-ce6905ac29998890ed41dc3039bb548a440e2608.zip
Increase debug file name field size from 44 to 100 chars.
-rw-r--r--src/debug/debug_new.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/debug/debug_new.cpp b/src/debug/debug_new.cpp
index de0154a94..3545af60a 100644
--- a/src/debug/debug_new.cpp
+++ b/src/debug/debug_new.cpp
@@ -112,7 +112,7 @@
* value makes the size of new_ptr_list_t 64 on 32-bit platforms.
*/
#ifndef _DEBUG_NEW_FILENAME_LEN
-#define _DEBUG_NEW_FILENAME_LEN 44
+#define _DEBUG_NEW_FILENAME_LEN 100
#endif
/**