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
+2 -2
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
{