mirror of
https://github.com/unicode-org/icu.git
synced 2025-04-07 22:44:49 +00:00
ICU-2962 Fix for z/OS
X-SVN-Rev: 13744
This commit is contained in:
parent
ff48e3b211
commit
e1fff640cc
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Reference in a new issue