summaryrefslogtreecommitdiff
path: root/oop
diff options
context:
space:
mode:
authorMikael Djurfeldt <djurfeldt@nada.kth.se>2003-04-14 20:12:40 +0000
committerMikael Djurfeldt <djurfeldt@nada.kth.se>2003-04-14 20:12:40 +0000
commite1ac894c38e41a91fbfc83c5ba4969af7b18dbbd (patch)
treec65b62c8c5f5a788835c051a448f82e29e209d37 /oop
parent50d64f0d2595303a9477eb32e240f54779ef555d (diff)
downloadguile-e1ac894c38e41a91fbfc83c5ba4969af7b18dbbd.tar.gz
Fix
Diffstat (limited to 'oop')
-rw-r--r--oop/goops.scm2
1 files changed, 1 insertions, 1 deletions
diff --git a/oop/goops.scm b/oop/goops.scm
index e27ce5220..4eb8a0cd3 100644
--- a/oop/goops.scm
+++ b/oop/goops.scm
@@ -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