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:
9bb7e4a
)
Fixed a bug in the from-alien translation of ALIEN-STRUCTURE type
author
espen
<espen>
Sun, 1 Oct 2000 17:20:43 +0000
(17:20 +0000)
committer
espen
<espen>
Sun, 1 Oct 2000 17:20:43 +0000
(17:20 +0000)
glib/gtype.lisp
patch
|
blob
|
blame
|
history
diff --git
a/glib/gtype.lisp
b/glib/gtype.lisp
index 04a23ceb18570b3facda955bd9b119ddc4ac695a..cc097448ccf168945155a0ac8618060aeeee70ff 100644
(file)
--- a/
glib/gtype.lisp
+++ b/
glib/gtype.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: gtype.lisp,v 1.
4 2000-09-04 22:04:24
espen Exp $
+;; $Id: gtype.lisp,v 1.
5 2000-10-01 17:20:43
espen Exp $
(in-package "GLIB")
(in-package "GLIB")
@@
-550,8
+550,8
@@
(deftype-method translate-from-alien
(:reference
`(ensure-alien-instance
',type-spec
(:reference
`(ensure-alien-instance
',type-spec
-
`
(,(alien-copier type-spec)
-
location ,(alien-class-size (find-class type-spec)))))))))
+ (,(alien-copier type-spec)
+ location ,(alien-class-size (find-class type-spec)))))))))
(deftype-method cleanup-alien alien-structure (type-spec sap &optional copied)
(when copied
(deftype-method cleanup-alien alien-structure (type-spec sap &optional copied)
(when copied