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:
parent
689aba4dd0
commit
246c67a2e7
@ -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)
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user