From 8f3a4a54aa20adf288e25a23c1724d5f6b6a9c44 Mon Sep 17 00:00:00 2001 From: Yves Arrouye Date: Fri, 9 Jun 2000 18:36:52 +0000 Subject: [PATCH] ICU-353 fKeyPoint made unsigned. (fCount should be unsigned too.) X-SVN-Rev: 1595 --- icu4c/source/tools/genrb/reslist.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/icu4c/source/tools/genrb/reslist.h b/icu4c/source/tools/genrb/reslist.h index b57be1477a..78aec81dd8 100644 --- a/icu4c/source/tools/genrb/reslist.h +++ b/icu4c/source/tools/genrb/reslist.h @@ -32,7 +32,7 @@ /* Resource bundle root table */ struct SRBRoot { char *fLocale; - int16_t fKeyPoint; + uint16_t fKeyPoint; char *fKeys; int32_t fCount; struct SResource *fRoot;