mirror of
https://github.com/ladislav-zezula/StormLib.git
synced 2026-01-20 14:47:22 +01:00
+ Too large listfiles are ignored on malformed maps
This commit is contained in:
@@ -618,7 +618,7 @@ static TMPQHash * GetHashEntryLocale(TMPQArchive * ha, const char * szFileName,
|
||||
while(pHash != NULL)
|
||||
{
|
||||
// If the locales match, return it
|
||||
if(lcLocale == 0 && lcLocale == pHash->lcLocale)
|
||||
if(lcLocale == pHash->lcLocale)
|
||||
return pHash;
|
||||
|
||||
// If we found neutral hash, remember it
|
||||
|
||||
Reference in New Issue
Block a user