Ticket #784 (new defect)
ssax's `ssax:warn' ignores its first argument (port)
| Reported by: | mario | Owned by: | |
|---|---|---|---|
| Priority: | minor | Milestone: | |
| Component: | extensions | Version: | 4.7.x |
| Keywords: | ssax, ssax:warn | Cc: |
Description
From ssax-chicken.scm:
(define (ssax:warn port msg . other-msg) (apply cerr (cons* nl "Warning: " msg other-msg)))
port doesn't seem to be used anywhere.
Change History
Note: See
TracTickets for help on using
tickets.
