clsql/uffi clsql-uffi.lisp,1.11,1.12
"Kevin M. Rosenberg" <[email protected]> Fri, 16 May 2003 02:44:52 -0600
| Newsgroups | gmane.lisp.clsql.cvs |
|---|---|
| Message-ID | <[email protected]> |
Update of /pubcvs/clsql/uffi
In directory boa.b9.com:/tmp/cvs-serv14014/uffi
Modified Files:
clsql-uffi.lisp
Log Message:
Auto commit for Debian build
Index: clsql-uffi.lisp
===================================================================
RCS file: /pubcvs/clsql/uffi/clsql-uffi.lisp,v
retrieving revision 1.11
retrieving revision 1.12
diff -C2 -d -r1.11 -r1.12
*** clsql-uffi.lisp 16 May 2003 08:41:47 -0000 1.11
--- clsql-uffi.lisp 16 May 2003 08:44:50 -0000 1.12
***************
*** 194,197 ****
--- 194,198 ----
(setf (aref str i) (uffi:deref-array s '(:array :unsigned-int) i))
(incf i))
+ #+ignore
(do ((i (* 4 len4))
(str1 str))