From: espen Date: Sun, 20 Jan 2002 14:06:50 +0000 (+0000) Subject: Small bugfix X-Git-Tag: clg-0-90~335 X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~mdw/git/clg/commitdiff_plain/e034af81a49a0af96997bef5b734b07dda8b4d68 Small bugfix --- diff --git a/glib/glib.lisp b/glib/glib.lisp index 584ee6f..c8175d9 100644 --- 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 -;; $Id: glib.lisp,v 1.11 2001/11/12 22:20:40 espen Exp $ +;; $Id: glib.lisp,v 1.12 2002/01/20 14:06:50 espen Exp $ (in-package "GLIB") @@ -327,7 +327,7 @@ (deftype-method translate-from-alien (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))) @@ -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))))) - \ No newline at end of file