Skip to content

Commit 9cf7013

Browse files
committed
removed bare reference to programmatically generated cstruct-type name
1 parent 8162d99 commit 9cf7013

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

glib/gobject.boxed.lisp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -171,7 +171,7 @@
171171
(cond
172172
((cstruct-slot-description-count slot)
173173
(setf (slot-value proxy slot-name) (make-array (list (cstruct-slot-description-count slot))))
174-
(iter (with ptr = (foreign-slot-pointer native cstruct-type slot-name))
174+
(iter (with ptr = (foreign-slot-pointer native (list :struct cstruct-type) slot-name))
175175
(with array = (slot-value proxy slot-name))
176176
(for i from 0 below (cstruct-slot-description-count slot))
177177
(setf (aref array i)

0 commit comments

Comments
 (0)