chiark
/
gitweb
/
~mdw
/
clg
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
|
inline
| side by side (parent:
24af32f
)
Small bugfix
author
espen
<espen>
Sun, 20 Jan 2002 14:06:50 +0000
(14:06 +0000)
committer
espen
<espen>
Sun, 20 Jan 2002 14:06:50 +0000
(14:06 +0000)
glib/glib.lisp
patch
|
blob
|
blame
|
history
diff --git
a/glib/glib.lisp
b/glib/glib.lisp
index 584ee6fbc45e709ccb6277609dacbd0e19301ced..c8175d91356e211f933e92a8ade6ff123a01232f 100644
(file)
--- a/
glib/glib.lisp
+++ b/
glib/glib.lisp
@@
-15,7
+15,7
@@
;; License along with this library; if not, write to the Free Software
;; Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
;; License along with this library; if not, write to the Free Software
;; Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
-;; $Id: glib.lisp,v 1.1
1 2001/11/12 22:20:4
0 espen Exp $
+;; $Id: glib.lisp,v 1.1
2 2002/01/20 14:06:5
0 espen Exp $
(in-package "GLIB")
(in-package "GLIB")
@@
-327,7
+327,7
@@
(deftype-method translate-from-alien
(dotimes (i ,length)
(setf
(aref vector i)
(dotimes (i ,length)
(setf
(aref vector i)
- ,(translate-
to
-alien
+ ,(translate-
from
-alien
element-type
`(,(sap-ref-fname element-type) c-array (* i ,element-size))
weak-ref)))
element-type
`(,(sap-ref-fname element-type) c-array (* i ,element-size))
weak-ref)))
@@
-379,4
+379,3
@@
(defun map-c-array (seqtype function location element-type length)
(elt sequence i)
(funcall function (funcall reader location (* i size)))))
sequence)))))
(elt sequence i)
(funcall function (funcall reader location (* i size)))))
sequence)))))
-
\ No newline at end of file