mirror of
https://github.com/unicode-org/icu.git
synced 2025-04-06 14:05:32 +00:00
ICU-721 simplify implementation
X-SVN-Rev: 2933
This commit is contained in:
parent
948efb55a5
commit
39bfde178b
1 changed files with 1 additions and 1 deletions
|
@ -57,7 +57,7 @@ void TestStandardNames()
|
|||
|
||||
/* Iterate over all standards. */
|
||||
|
||||
for (i = 0, count = ucnv_countStandards(); i < count; ++i) {
|
||||
for (i = 0, count = ucnv_countStandards(&err); i < count; ++i) {
|
||||
const char *std;
|
||||
|
||||
err = U_ZERO_ERROR;
|
||||
|
|
Loading…
Add table
Reference in a new issue