Changeset combined,10
- Timestamp:
- 08/06/2008 03:20:01 AM (18 years ago)
- branch-nick:
- combined
- parents:
Rev Tree Chgset 9 @combined,9 [combined,9] 7.1.1 @combined,7.1.1 [combined,7.1.1] - revision id:
- dsowen@fugue88.ws-20080806032001-91bl2a95i2brl9s5
- File:
-
- 1 edited
-
combined/src/odbc/ffi-support.lisp (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
combined/src/odbc/ffi-support.lisp
r5 r7.1.1 5 5 6 6 (defun get-string (ptr length) 7 (cffi:foreign-string-to-lisp ptr length nil) 8 ) 7 (cffi:foreign-string-to-lisp ptr :count length)) 9 8 10 9 (defun get-string-nts (ptr) 11 (cffi:foreign-string-to-lisp ptr MOST-POSITIVE-FIXNUM t))10 (cffi:foreign-string-to-lisp ptr :max-chars MOST-POSITIVE-FIXNUM)) 12 11 13 12 (defun put-string (ptr vector)
Note: See TracChangeset
for help on using the changeset viewer.
