From f0b6b43465b112e6f685173a63010a82f776b4bb Mon Sep 17 00:00:00 2001 From: tomch Date: Sun, 31 Aug 2008 13:38:22 +0000 Subject: [PATCH] Fixed compile error (for VS8) --- source/Debug.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/Debug.cpp b/source/Debug.cpp index c2d421ef..483428c0 100644 --- a/source/Debug.cpp +++ b/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;