change usage of sbuf>string to >string
parent
fdcf721857
commit
4e57df3247
|
@ -194,7 +194,7 @@ USE: sequences
|
||||||
"browser" "responder" set
|
"browser" "responder" set
|
||||||
1024 <sbuf> dup >r <html-stream> [
|
1024 <sbuf> dup >r <html-stream> [
|
||||||
do-eval
|
do-eval
|
||||||
] with-stream r> sbuf>string
|
] with-stream r> >string
|
||||||
] with-scope ;
|
] with-scope ;
|
||||||
|
|
||||||
: forever ( quot -- )
|
: forever ( quot -- )
|
||||||
|
|
Loading…
Reference in New Issue