Fix problem with redirected input and int21/ah=0a (debug < foo.txt) --

could get you an invalid opcode!


git-svn-id: https://svn.code.sf.net/p/freedos/svn/kernel/trunk@954 6ac86273-5f31-0410-b378-82cca8765d1b
This commit is contained in:
Bart Oldeman 2004-05-23 22:53:11 +00:00
parent 99e727b73d
commit 3eac7d3c19
1 changed files with 1 additions and 1 deletions

View File

@ -317,7 +317,7 @@ STATIC unsigned char read_char_sft_dev(int sft_in, int sft_out,
{
unsigned char c;
if (pdev)
if (*pdev)
{
FOREVER
{