mirror of
https://git.savannah.gnu.org/git/guile.git
synced 2025-05-09 23:40:29 +02:00
Fix
This commit is contained in:
parent
50d64f0d25
commit
e1ac894c38
1 changed files with 1 additions and 1 deletions
|
@ -1231,7 +1231,7 @@
|
|||
(if (or (integer? g-n-s)
|
||||
(zero? size))
|
||||
g-n-s
|
||||
(append g-n-s index size))))))
|
||||
(append g-n-s (list index size)))))))
|
||||
slots))
|
||||
|
||||
;;; compute-cpl
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue