mirror of
https://github.com/AppleWin/AppleWin.git
synced 2025-02-27 12:29:37 +00:00
Fixed compile error (for VS8)
This commit is contained in:
parent
4fdccf4481
commit
c071aa75c8
@ -4998,7 +4998,7 @@ int _SearchMemoryFind(
|
||||
//===========================================================================
|
||||
Update_t _SearchMemoryDisplay (int nArgs)
|
||||
{
|
||||
const nBuf = CONSOLE_WIDTH * 2;
|
||||
const UINT nBuf = CONSOLE_WIDTH * 2;
|
||||
|
||||
int nFound = g_vMemorySearchResults.size() - 1;
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user