mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-12-01 03:37:11 +01:00
* OS/2 compiler works again.
This commit is contained in:
parent
9f49a743ee
commit
c84c00710e
@ -813,7 +813,7 @@ begin
|
||||
envstr:='';
|
||||
exit;
|
||||
end;
|
||||
hp:=envs+4*(index-1);
|
||||
hp:=PPchar(cardinal(envs)+4*(index-1));
|
||||
envstr:=strpas(hp^);
|
||||
end;
|
||||
|
||||
@ -1001,7 +1001,10 @@ end;
|
||||
end.
|
||||
{
|
||||
$Log$
|
||||
Revision 1.16 1999-09-13 18:21:02 hajny
|
||||
Revision 1.17 1999-10-13 12:21:56 daniel
|
||||
* OS/2 compiler works again.
|
||||
|
||||
Revision 1.16 1999/09/13 18:21:02 hajny
|
||||
* again didn't manage to read docu for DosFindFirst properly :-(
|
||||
|
||||
Revision 1.15 1999/09/13 17:56:26 hajny
|
||||
|
||||
Loading…
Reference in New Issue
Block a user