]> gitweb.factorcode.org Git - factor.git/commitdiff
change usage of sbuf>string to >string
authorChris Double <chris.double@double.co.nz>
Mon, 16 May 2005 02:33:08 +0000 (02:33 +0000)
committerChris Double <chris.double@double.co.nz>
Mon, 16 May 2005 02:33:08 +0000 (02:33 +0000)
contrib/cont-responder/eval-responder.factor

index ad92fafe36c07d5e93e2fdd17a380d5f81a89abc..d7ad3827ea752a3d65272fe6f8de503d6b561583 100644 (file)
@@ -194,7 +194,7 @@ USE: sequences
     "browser" "responder" set
     1024 <sbuf> dup >r <html-stream> [
       do-eval
-    ] with-stream r> sbuf>string
+    ] with-stream r> >string
   ] with-scope ;
 
 : forever ( quot -- )