ICU-96 Vladimir cannot change literal to a named constant without messing things up!
X-SVN-Rev: 4539
This commit is contained in:
parent
662d4ab558
commit
c46917cfb0
@ -405,7 +405,7 @@ U_CFUNC uint32_t ucol_getSimpleCEGenerator(ucolCEGenerator *g, UColToken *tok, u
|
||||
}
|
||||
|
||||
g->noOfRanges = ucol_allocWeights(low, high, count, g->ranges);
|
||||
g->current = UCOL_BYTE_COMMON;
|
||||
g->current = UCOL_BYTE_COMMON<<24;
|
||||
|
||||
if(g->noOfRanges == 0) {
|
||||
*status = U_INTERNAL_PROGRAM_ERROR;
|
||||
|
Loading…
Reference in New Issue
Block a user