diff --git a/AppleWin/source/Debug.cpp b/AppleWin/source/Debug.cpp index c2d421ef..483428c0 100644 --- a/AppleWin/source/Debug.cpp +++ b/AppleWin/source/Debug.cpp @@ -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;