Bustage fix for 333129 more in module style.

git-svn-id: svn://10.0.0.236/trunk@212251 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
dbaron%dbaron.org 2006-09-24 17:33:10 +00:00
parent 689aba4dd0
commit 246c67a2e7

View File

@ -696,8 +696,8 @@ nsZipArchive::FindInit(const char * aPattern, nsZipFind **aFind)
// Create synthetic directory entries on demand
nsresult rv = BuildSynthetics();
// XXX NS_FAILED doesn't exist when building STANDALONE
if (rv & 0x80000000) return rv;
if (rv != ZIP_OK)
return rv;
// validate the pattern
if (aPattern)