Increased buffer size for con_printf.

git-svn-id: https://svn.code.sf.net/p/flaim/code/trunk@1036 0109f412-320b-0410-ab79-c3e0c5ffbbe6
This commit is contained in:
dsandersoremutah
2007-02-21 18:11:30 +00:00
parent 301901401c
commit 6f04e23ecd

View File

@@ -1097,7 +1097,7 @@ Desc:
RCODE FlmShell::con_printf(
const char * pszFormat, ...)
{
char szBuffer[ 512];
char szBuffer[ 4096];
f_va_list args;
if( m_pWindow)