ICU-353 fKeyPoint made unsigned. (fCount should be unsigned too.)

X-SVN-Rev: 1595
This commit is contained in:
Yves Arrouye 2000-06-09 18:36:52 +00:00
parent dcc497e297
commit 8f3a4a54aa

View File

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