ICU-721 simplify implementation

X-SVN-Rev: 2933
This commit is contained in:
Yves Arrouye 2000-11-17 06:07:11 +00:00
parent 948efb55a5
commit 39bfde178b

View file

@ -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;