mirror of
https://github.com/AppleWin/AppleWin.git
synced 2025-02-08 23:30:43 +00:00
Fix off-by-one bug wrapping in debugger console #476
This commit is contained in:
parent
2ec3255863
commit
efdce696fc
@ -147,7 +147,6 @@ bool ConsolePrint ( const char * pText )
|
||||
{
|
||||
g_nConsoleBuffer++;
|
||||
}
|
||||
pSrc++;
|
||||
pDst = & g_aConsoleBuffer[ g_nConsoleBuffer ][ 0 ];
|
||||
}
|
||||
else
|
||||
|
Loading…
x
Reference in New Issue
Block a user