Fixed compile error (for VS8)

This commit is contained in:
tomch 2008-08-31 13:38:22 +00:00
parent 00cecafe60
commit f0b6b43465

View File

@ -4998,7 +4998,7 @@ int _SearchMemoryFind(
//=========================================================================== //===========================================================================
Update_t _SearchMemoryDisplay (int nArgs) Update_t _SearchMemoryDisplay (int nArgs)
{ {
const nBuf = CONSOLE_WIDTH * 2; const UINT nBuf = CONSOLE_WIDTH * 2;
int nFound = g_vMemorySearchResults.size() - 1; int nFound = g_vMemorySearchResults.size() - 1;