]> granicus.if.org Git - icu/commitdiff
ICU-11082 Fix typo in RBBIRuleScanner::error()
authorAndy Heninger <andy.heninger@gmail.com>
Thu, 4 Sep 2014 21:15:14 +0000 (21:15 +0000)
committerAndy Heninger <andy.heninger@gmail.com>
Thu, 4 Sep 2014 21:15:14 +0000 (21:15 +0000)
X-SVN-Rev: 36348

icu4c/source/common/rbbiscan.cpp

index d5c6306d97a53e4c44b2ac2ce6e7af9da36eb149..dd33aaeb46db71d51495f8299ec65661236c8bfa 100644 (file)
@@ -579,7 +579,7 @@ void RBBIRuleScanner::error(UErrorCode e) {
             fRB->fParseError->line  = fLineNum;
             fRB->fParseError->offset = fCharNum;
             fRB->fParseError->preContext[0] = 0;
-            fRB->fParseError->preContext[0] = 0;
+            fRB->fParseError->postContext[0] = 0;
         }
     }
 }