Fix off-by-one bug wrapping in debugger console #476

This commit is contained in:
michaelangel007 2017-08-24 16:59:19 -07:00
parent 2ec3255863
commit efdce696fc

View File

@ -147,7 +147,6 @@ bool ConsolePrint ( const char * pText )
{
g_nConsoleBuffer++;
}
pSrc++;
pDst = & g_aConsoleBuffer[ g_nConsoleBuffer ][ 0 ];
}
else