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:
gavin%gavinsharp.com
2006-09-24 15:53:37 +00:00
parent 1ca97aca94
commit 92ccebf6dc

View File

@@ -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)