ICU-2329 Fix a compiler warning
X-SVN-Rev: 12591
This commit is contained in:
parent
e38cdfa5f3
commit
59b46b5d61
@ -345,7 +345,7 @@ utrans_enum_unext(UEnumeration *uenum,
|
||||
}
|
||||
|
||||
if(resultLength!=NULL) {
|
||||
*resultLength=NULL;
|
||||
*resultLength=0;
|
||||
}
|
||||
return NULL;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user