diff options
Diffstat (limited to 'bleh_darwin.m')
| -rw-r--r-- | bleh_darwin.m | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bleh_darwin.m b/bleh_darwin.m index 06e2d75..ca9c91a 100644 --- a/bleh_darwin.m +++ b/bleh_darwin.m @@ -140,7 +140,7 @@ uintptr_t *NSIndexSetEntries(id indexset, uintptr_t count) size_t countsize; if (getIndexes_init == NO) { - getIndexes = sel_getUid("getIndexes:maxCount:inRange:"); + getIndexes = sel_getUid("getIndexes:maxCount:inIndexRange:"); getIndexes_init = YES; } countsize = (size_t) count; |
