mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-12-07 20:47:29 +01:00
* Fix compilation for now
This commit is contained in:
parent
cf15e8407e
commit
db9d9ffe01
@ -1830,7 +1830,7 @@ function physicalconsole(fd:longint) : boolean;
|
||||
var name:string;
|
||||
|
||||
begin
|
||||
if (isatty(fd)<>-1) then
|
||||
if isatty(fd) then
|
||||
begin
|
||||
name:=ttyname(fd);
|
||||
if Copy(name,1,8)<>'/dev/tty' then
|
||||
@ -3476,7 +3476,10 @@ end.
|
||||
|
||||
{
|
||||
$Log$
|
||||
Revision 1.8 2004-01-03 12:18:29 marco
|
||||
Revision 1.9 2004-07-09 20:21:20 daniel
|
||||
* Fix compilation for now
|
||||
|
||||
Revision 1.8 2004/01/03 12:18:29 marco
|
||||
* a lot of copyright notices and CVS logs added and fixed
|
||||
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user