--- gforth/kernel/errore.fs 2012/06/23 20:38:01 1.17 +++ gforth/kernel/errore.fs 2012/07/27 23:28:10 1.18 @@ -38,7 +38,7 @@ decimal has? OS [IF] : >stderr ( -- ) - r> outfile-id >r stderr to outfile-id + r> outfile-id >r errfile-id to outfile-id >exec r> to outfile-id ; [THEN]