20000216-04:17 GMT+1 Victor Szakats <info@szelvesz.hu>

This commit is contained in:
Viktor Szakats
2000-02-16 03:24:39 +00:00
parent 0b4d876b51
commit c0fdc6dfeb

View File

@@ -3844,8 +3844,8 @@ WINBASEAPI LONG WINAPI UnhandledExceptionFilter(
{
PHB_ITEM pBase = hb_stack.pBase;
char buffer[ 128 ];
char msg[ 1024 ];
char buffer[ HB_SYMBOL_NAME_LEN + HB_SYMBOL_NAME_LEN + 32 ];
char msg[ 2048 ];
HB_SYMBOL_UNUSED( ExceptionInfo );