mirror of
https://github.com/unicode-org/icu.git
synced 2025-04-21 12:40:02 +00:00
ICU-159 Intitialization Fix for HP/UX10.2
X-SVN-Rev: 571
This commit is contained in:
parent
423580d732
commit
b69eb9e8e9
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Reference in a new issue