Browse Source

* always test before commiting after merging, linux -> unix change

peter 24 years ago
parent
commit
736a92a945
1 changed files with 5 additions and 2 deletions
  1. 5 2
      rtl/unix/sysutils.pp

+ 5 - 2
rtl/unix/sysutils.pp

@@ -448,7 +448,7 @@ end;
 Function GetEnvironmentVariable(Const EnvVar : String) : String;
 Function GetEnvironmentVariable(Const EnvVar : String) : String;
 
 
 begin
 begin
-  Result:=StrPas(Linux.Getenv(PChar(EnvVar)));
+  Result:=StrPas(Unix.Getenv(PChar(EnvVar)));
 end;
 end;
 
 
 
 
@@ -466,7 +466,10 @@ end.
 {
 {
 
 
   $Log$
   $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
     * merged getenvironmentvariable
 
 
   Revision 1.6  2001/01/21 20:21:40  marco
   Revision 1.6  2001/01/21 20:21:40  marco