Fix 1840639 to support overlays with zz_ZZ.

Everything but strings worked fine before but a new default string would generate a build error.
This commit is contained in:
Robert Greenwalt
2009-05-08 11:45:37 -07:00
parent c825d3ebd6
commit 32c2c90220

View File

@@ -1225,7 +1225,7 @@ status_t compileResourceFile(Bundle* bundle,
// pseudolocalize here
block.setPosition(parserPosition);
err = parseAndAddEntry(bundle, in, &block, pseudoParams, myPackage, curType,
ident, *curTag, curIsStyled, curFormat, true, false, outTable);
ident, *curTag, curIsStyled, curFormat, true, overwrite, outTable);
if (err != NO_ERROR) {
hasErrors = localHasErrors = true;
}