Update Utility.cpp
reduce stack size, it conflicts with some in-house build systems/compiler limits.
This commit is contained in:
@@ -16,7 +16,7 @@ using namespace Gwen;
|
||||
|
||||
UnicodeString Gwen::Utility::Format( const wchar_t* fmt, ... )
|
||||
{
|
||||
wchar_t strOut[ 4096 ];
|
||||
wchar_t strOut[ 2048 ];
|
||||
|
||||
va_list s;
|
||||
va_start( s, fmt );
|
||||
|
||||
Reference in New Issue
Block a user