]> gitweb.factorcode.org Git - factor.git/commitdiff
html.templates: switch back to stream-copy
authorJohn Benediktsson <mrjbq7@gmail.com>
Tue, 11 Jan 2022 22:03:01 +0000 (14:03 -0800)
committerJohn Benediktsson <mrjbq7@gmail.com>
Tue, 11 Jan 2022 22:03:01 +0000 (14:03 -0800)
basis/html/templates/templates.factor

index 2d32c069d9e42756ea15db3bf1048cf71e43cd97..4ffcf8c4f033db778674e4c9dce47a736eae4204 100644 (file)
@@ -16,7 +16,7 @@ M: callable call-template* call( -- ) ;
 
 M: xml call-template* write-xml ;
 
-M: object call-template* output-stream get stream-copy* ;
+M: object call-template* output-stream get stream-copy ;
 
 ERROR: template-error template error ;