You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/dev-scheme/gauche-qdbm/files/gauche-qdbm-undefined-refer...

12 lines
389 B

--- a/qdbm.scm
+++ b/qdbm.scm
@@ -72,7 +72,7 @@
(unless (slot-bound? self 'path)
(error "path must be set to open qdbm database"))
(when (qdbm-file-of self)
- (errorf "qdbm ~S already opened" qdbm))
+ (errorf "qdbm ~s already opened" (qdbm-file-of self)))
(let* ((path (slot-ref self 'path))
(rwmode (slot-ref self 'rw-mode))
(omode (case rwmode