mirror of
https://github.com/unicode-org/icu.git
synced 2025-04-04 21:15:35 +00:00
ICU-22214 Fix set pointer to false in sprpdata.c
This commit is contained in:
parent
3654e945b6
commit
194236a1b4
1 changed files with 2 additions and 2 deletions
|
@ -141,8 +141,8 @@ getValues(uint32_t result, int32_t* value, UBool* isIndex){
|
|||
}
|
||||
if((result>>2) == _SPREP_MAX_INDEX_VALUE){
|
||||
type = USPREP_DELETE;
|
||||
isIndex =false;
|
||||
value = 0;
|
||||
*isIndex = false;
|
||||
*value = 0;
|
||||
}
|
||||
}
|
||||
return type;
|
||||
|
|
Loading…
Add table
Reference in a new issue