projects
/
mit-scheme.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ffe59a2
)
Apply rename.
author
Chris Hanson
<org/chris-hanson/cph>
Wed, 26 Apr 2017 05:51:11 +0000
(22:51 -0700)
committer
Chris Hanson
<org/chris-hanson/cph>
Wed, 26 Apr 2017 05:51:11 +0000
(22:51 -0700)
src/xml/turtle.scm
patch
|
blob
|
history
diff --git
a/src/xml/turtle.scm
b/src/xml/turtle.scm
index 96042c3ffba1218196a195b31f7e3b7a698516f0..2f734d43b81203e783e838d6fee465eb10e42486 100644
(file)
--- a/
src/xml/turtle.scm
+++ b/
src/xml/turtle.scm
@@
-48,7
+48,7
@@
USA.
(with-rdf-input-port port
(lambda ()
(post-process-parser-output
- (parse-turtle-doc (input-port->parser-buffer port))
+ (parse-turtle-doc (
textual-
input-port->parser-buffer port))
(->absolute-uri base-uri 'READ-RDF/TURTLE)))))
(define parse-turtle-doc