X-Git-Url: https://git.saurik.com/apple/icu.git/blobdiff_plain/57a6839dcb3bba09e8228b822b290604668416fe..b331163bffd790ced0e88b73f44f86d49ccc48a5:/icuSources/i18n/decimalformatpattern.cpp diff --git a/icuSources/i18n/decimalformatpattern.cpp b/icuSources/i18n/decimalformatpattern.cpp index 5d9988df..a0ac40a2 100644 --- a/icuSources/i18n/decimalformatpattern.cpp +++ b/icuSources/i18n/decimalformatpattern.cpp @@ -647,7 +647,7 @@ DecimalFormatPatternParser::applyPatternWithoutExpandAffix( && out.fNegSuffixPattern == out.fPosSuffixPattern)) { out.fNegPatternsBogus = FALSE; out.fNegSuffixPattern = out.fPosSuffixPattern; - out.fNegPrefixPattern.remove(); // restore this line + out.fNegPrefixPattern.remove(); out.fNegPrefixPattern.append(kQuote).append(kPatternMinus) .append(out.fPosPrefixPattern); }