ICU-353 fKeyPoint made unsigned. (fCount should be unsigned too.)
X-SVN-Rev: 1595
This commit is contained in:
parent
dcc497e297
commit
8f3a4a54aa
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user