Temporary hack to fix bustage from bug 333129
git-svn-id: svn://10.0.0.236/trunk@212247 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
@@ -696,7 +696,8 @@ nsZipArchive::FindInit(const char * aPattern, nsZipFind **aFind)
|
||||
|
||||
// Create synthetic directory entries on demand
|
||||
nsresult rv = BuildSynthetics();
|
||||
if (NS_FAILED(rv)) return rv;
|
||||
// XXX NS_FAILED doesn't exist when building STANDALONE
|
||||
if (rv & 0x80000000) return rv;
|
||||
|
||||
// validate the pattern
|
||||
if (aPattern)
|
||||
|
||||
Reference in New Issue
Block a user