From 528f72ad7971f4b6447e89544eb7fc0a7069e95e Mon Sep 17 00:00:00 2001 From: Andy Heninger Date: Thu, 4 Sep 2014 21:15:14 +0000 Subject: [PATCH] ICU-11082 Fix typo in RBBIRuleScanner::error() X-SVN-Rev: 36348 --- icu4c/source/common/rbbiscan.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/icu4c/source/common/rbbiscan.cpp b/icu4c/source/common/rbbiscan.cpp index d5c6306d97a..dd33aaeb46d 100644 --- a/icu4c/source/common/rbbiscan.cpp +++ b/icu4c/source/common/rbbiscan.cpp @@ -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; } } } -- 2.40.0