mirror of
https://git.savannah.gnu.org/git/guile.git
synced 2025-04-30 03:40:34 +02:00
quick fix to ssax.scm
* module/sxml/ssax.scm: Fix previous commit.
This commit is contained in:
parent
7e0f26eb0d
commit
1260fd0b2c
1 changed files with 4 additions and 3 deletions
|
@ -182,9 +182,10 @@
|
|||
|
||||
(define (ssax:warn port . args)
|
||||
(with-output-to-port (current-ssax-error-port)
|
||||
(display ";;; SSAX warning: ")
|
||||
(for-each display args)
|
||||
(newline)))
|
||||
(lambda ()
|
||||
(display ";;; SSAX warning: ")
|
||||
(for-each display args)
|
||||
(newline))))
|
||||
|
||||
(define (ucscode->string codepoint)
|
||||
(string (integer->char codepoint)))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue