mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-10-18 06:01:41 +02:00
* always test before commiting after merging, linux -> unix change
This commit is contained in:
parent
b19d318380
commit
736a92a945
@ -448,7 +448,7 @@ end;
|
||||
Function GetEnvironmentVariable(Const EnvVar : String) : String;
|
||||
|
||||
begin
|
||||
Result:=StrPas(Linux.Getenv(PChar(EnvVar)));
|
||||
Result:=StrPas(Unix.Getenv(PChar(EnvVar)));
|
||||
end;
|
||||
|
||||
|
||||
@ -466,7 +466,10 @@ end.
|
||||
{
|
||||
|
||||
$Log$
|
||||
Revision 1.7 2001-02-20 22:14:19 peter
|
||||
Revision 1.8 2001-02-20 22:19:38 peter
|
||||
* always test before commiting after merging, linux -> unix change
|
||||
|
||||
Revision 1.7 2001/02/20 22:14:19 peter
|
||||
* merged getenvironmentvariable
|
||||
|
||||
Revision 1.6 2001/01/21 20:21:40 marco
|
||||
|
Loading…
Reference in New Issue
Block a user