| Index: source/test/intltest/bidiconf.cpp
|
| diff --git a/source/test/intltest/bidiconf.cpp b/source/test/intltest/bidiconf.cpp
|
| index 4ed836e2fc0583607c15966364cf862167fb2a9c..c989bd5045b146a57f7cd558d7e69ad0321766f0 100644
|
| --- a/source/test/intltest/bidiconf.cpp
|
| +++ b/source/test/intltest/bidiconf.cpp
|
| @@ -280,6 +280,8 @@ void BiDiConformanceTest::TestBidiTest() {
|
| levelsCount=0;
|
| orderingCount=0;
|
| errorCount=0;
|
| + // paraLevelName must be initialized in case the first non-comment line is in error
|
| + paraLevelName="N/A";
|
| while(errorCount<10 && fgets(line, (int)sizeof(line), bidiTestFile.getAlias())!=NULL) {
|
| ++lineNumber;
|
| // Remove trailing comments and whitespace.
|
|
|