diff options
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 /** |