1.30.11.1: point-release (#1127)

This commit is contained in:
tomcw 2022-09-02 21:08:25 +01:00
parent b299a5d701
commit f300edb5de
2 changed files with 2 additions and 2 deletions

View File

@ -1,4 +1,4 @@
#define APPLEWIN_VERSION 1,30,11,0
#define APPLEWIN_VERSION 1,30,11,1
#define xstr(a) str(a)
#define str(a) #a

View File

@ -5415,7 +5415,7 @@ int _SearchMemoryFind(
g_vMemorySearchResults.clear();
g_vMemorySearchResults.push_back( NO_6502_TARGET );
uint32_t nAddress; // NB. can't be uint16_t, since may need to count to 0x10000 if searching up to and including 0xFFFF
uint32_t nAddress; // NB. can't be uint16_t, since need to count up to 0x10000 if nAddressEnd is 0xFFFF
for ( nAddress = nAddressStart; nAddress <= nAddressEnd; nAddress++ )
{
bool bMatchAll = true;