Skip to content

Commit

Permalink
Fix xgap redirection of errout
Browse files Browse the repository at this point in the history
  • Loading branch information
ChrisJefferson authored and markuspf committed Jul 28, 2018
1 parent e9c3804 commit 4ea4f4a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/system.c
Original file line number Diff line number Diff line change
Expand Up @@ -1302,6 +1302,7 @@ void InitSystem (
syBuf[2].fp = syBuf[0].fp; syBuf[2].echo = syBuf[0].echo;
syBuf[2].isTTY = syBuf[0].isTTY;
syBuf[3].fp = syBuf[1].fp;
syBuf[3].echo = syBuf[1].echo;
syWinPut( 0, "@p", "1." );
}

Expand Down

0 comments on commit 4ea4f4a

Please sign in to comment.