From: espen Date: Tue, 2 Apr 2002 14:52:25 +0000 (+0000) Subject: Small bug fix X-Git-Tag: clg-0-90~300 X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~mdw/git/clg/commitdiff_plain/a95a0fd2af6750d9698feaee188aba307702452f Small bug fix --- diff --git a/glib/gforeign.lisp b/glib/gforeign.lisp index 48cd686..fe9dd9f 100644 --- a/glib/gforeign.lisp +++ b/glib/gforeign.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: gforeign.lisp,v 1.13 2002/03/19 17:03:42 espen Exp $ +;; $Id: gforeign.lisp,v 1.14 2002/04/02 14:52:25 espen Exp $ (in-package "GLIB") @@ -375,7 +375,7 @@ (defun mkbinding (name return-type &rest arg-types) :type (alien::parse-alien-type ftype) :sap-form (system:foreign-symbol-address name)))) (translate-arguments - (mapcar #'intern-return-value-translator arg-types)) + (mapcar #'intern-argument-translator arg-types)) (translate-return-value (intern-return-value-translator return-type)) (cleanup-arguments (mapcar #'intern-cleanup-function arg-types)))