2001-06-04 Dave Peticolas <dave@krondo.com>

* lib/srfi/srfi-19.scm: fix bug.


git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@4423 57a11ea4-9604-0410-9ed3-97b8803252fd
This commit is contained in:
Dave Peticolas
2001-06-04 20:45:28 +00:00
parent d64ad9ab84
commit c6fc078591
2 changed files with 5 additions and 1 deletions
+4
View File
@@ -1,3 +1,7 @@
2001-06-04 Dave Peticolas <dave@krondo.com>
* lib/srfi/srfi-19.scm: fix bug.
2001-06-04 Rob Browning <rlb@cs.utexas.edu>
* lib/srfi/srfi-19.scm: updated to include guile-core bug fixes.
+1 -1
View File
@@ -121,7 +121,7 @@
;; Guile's prior to 1.5.X didn't have this.
(if (not (defined? open-input-string))
(if (not (defined? 'open-input-string))
(define (open-input-string str)
(call-with-input-string str (lambda (port) port))))