]> git.saurik.com Git - apple/icu.git/blobdiff - icuSources/i18n/decimalformatpattern.cpp
ICU-551.24.tar.gz
[apple/icu.git] / icuSources / i18n / decimalformatpattern.cpp
index 5d9988dff51ebbdcd935ba37d5fe8a8a3a1f3845..a0ac40a25d1d42b615bb0f090432ff84e4165897 100644 (file)
@@ -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);
     }