2000-06-30
2000-06-30 08:58:21 by Fredrik Hübinette (Hubbe) <hubbe@hubbe.net>
-
907757d3f066a50ffd287ca883cdb8a3f3301c57
(5 lines)
(+4/-1)
[
Show
| Annotate
]
Branch: 7.9
bugfix (I hope)
Rev: NT/tools/lib.pike:1.13
232: Inside #if __VERSION__ > 0.699999 && constant(thread_create)
}
};
- if(!silent && !!Stdio.stdin->tcgetattr())
+ if(!silent &&
+ !!Stdio.stdin->tcgetattr() &&
+ !!Stdio.stdout->tcgetattr())
{
inout=RLInOut();
}else