Browse Source

* fix previous commit for unix

peter 22 years ago
parent
commit
c9ecdb1a24
1 changed files with 5 additions and 2 deletions
  1. 5 2
      compiler/globals.pas

+ 5 - 2
compiler/globals.pas

@@ -1467,7 +1467,7 @@ implementation
                (length(hs1) - length(source_info.exeext)+1) then
             hs1 := hs1 + source_info.exeext;
           p:=GetEnvPchar('PATH');
-          found:=FindFilePChar(hs1,p,exepath);
+          FindFilePChar(hs1,p,exepath);
           FreeEnvPChar(p);
           exepath:=SplitPath(exepath);
         end;
@@ -1575,7 +1575,10 @@ implementation
 end.
 {
   $Log$
-  Revision 1.90  2003-05-23 14:39:56  peter
+  Revision 1.91  2003-05-23 15:03:31  peter
+    * fix previous commit for unix
+
+  Revision 1.90  2003/05/23 14:39:56  peter
     * FindFilePChar added to allow PATH variables > 256 chars
 
   Revision 1.89  2003/05/15 18:58:53  peter