ICU-159 Intitialization Fix for HP/UX10.2
X-SVN-Rev: 571
This commit is contained in:
parent
423580d732
commit
b69eb9e8e9
@ -311,7 +311,7 @@ UnicodeString& CollationThaiTest::parseChars(UnicodeString& result,
|
||||
}
|
||||
result += c;
|
||||
} else {
|
||||
char buf[2] = { chars[i], 0 };
|
||||
char buf[] = { chars[i], 0 };
|
||||
result += buf;
|
||||
++i;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user