diff options
author | Andrei Karas <akaras@inbox.ru> | 2011-05-25 23:24:02 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2011-05-25 23:24:02 +0300 |
commit | ce6905ac29998890ed41dc3039bb548a440e2608 (patch) | |
tree | dbb6d8bca98f22f2f3b21422e45a7dd562b9f5c2 /src/debug | |
parent | 8d80b897b5863372649de9b5f3c8d7234ae47f58 (diff) | |
download | plus-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.
Diffstat (limited to 'src/debug')
-rw-r--r-- | src/debug/debug_new.cpp | 2 |
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 /** |