summaryrefslogtreecommitdiff
path: root/bleh_darwin.m
diff options
context:
space:
mode:
authorPietro Gagliardi <[email protected]>2014-03-03 01:51:54 -0500
committerPietro Gagliardi <[email protected]>2014-03-03 01:51:54 -0500
commit842815b2e0b2288500529e599d63eb8696726143 (patch)
tree9a2abf73b98e2f73b8faf2f00b74f9077255f8d8 /bleh_darwin.m
parentab2065e5bac5f391e494ed7e5cafb10cf08d19d7 (diff)
Fixed selection grabbing and also append/insert/removal crashes: all were selector name typos. Also some TODOs Now to make this scroll/confine it to a scroll view...
Diffstat (limited to 'bleh_darwin.m')
-rw-r--r--bleh_darwin.m2
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;