Changeset 13024
- Timestamp:
- Oct 15, 2009, 8:59:05 AM (15 years ago)
- File:
-
- 1 edited
-
trunk/source/objc-bridge/objc-runtime.lisp (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/source/objc-bridge/objc-runtime.lisp
r13023 r13024 2555 2555 (str (symbol-name name)) 2556 2556 (value-placeholder-index (position #\: str))) 2557 (when (and (> (length str) 3) value-placeholder-index)2557 (when (and (> (length str) 4) value-placeholder-index) 2558 2558 (let* ((truncated-name (nstring-downcase (subseq (remove #\: str 2559 2559 :test #'char= :count 1)
Note:
See TracChangeset
for help on using the changeset viewer.
