ICU-2962 Fix for z/OS
X-SVN-Rev: 13744
This commit is contained in:
parent
ff48e3b211
commit
e1fff640cc
@ -313,7 +313,7 @@ struct CompareContext {
|
||||
PropNameCompareFn *propCompare;
|
||||
};
|
||||
|
||||
static int32_t
|
||||
static int32_t U_CALLCONV
|
||||
upname_compareRows(const void *context, const void *left, const void *right) {
|
||||
CompareContext *cmp=(CompareContext *)context;
|
||||
return cmp->propCompare(cmp->chars+((const NameAndIndex *)left)->name,
|
||||
|
Loading…
Reference in New Issue
Block a user