1
0
mirror of https://github.com/valinet/ExplorerPatcher.git synced 2024-11-24 07:30:22 +01:00

Stop suggesting versions with old hashes as potential updates

This commit is contained in:
Valentin Radu 2022-01-23 15:18:27 +02:00
parent ca8fbe010f
commit d071decbca

View File

@ -310,13 +310,13 @@ BOOL IsUpdateAvailableHelper(
}
}
if (bOldType)
/*if (bOldType)
{
if (hash[0] == 0x4D && hash[1] == 0x5A && _stricmp(DOSMODE_OFFSET + hash, szCheckAgainst))
{
bIsUpdateAvailable = TRUE;
}
}
}*/
}
else
{