Browse Source

* fix for findclose from the mailinglist

peter 27 years ago
parent
commit
977b677877
1 changed files with 5 additions and 2 deletions
  1. 5 2
      rtl/linux/dos.pp

+ 5 - 2
rtl/linux/dos.pp

@@ -528,7 +528,7 @@ Var
 Begin
 Begin
   if f.SearchType=0 then
   if f.SearchType=0 then
    begin
    begin
-     i:=0;
+     i:=1;
      repeat
      repeat
        if (RtlFindRecs[i].SearchNum=f.SearchNum) then
        if (RtlFindRecs[i].SearchNum=f.SearchNum) then
         break;
         break;
@@ -1042,7 +1042,10 @@ End.
 
 
 {
 {
   $Log$
   $Log$
-  Revision 1.5  1998-11-05 14:24:08  peter
+  Revision 1.6  1998-11-23 12:32:31  peter
+    * fix for findclose from the mailinglist
+
+  Revision 1.5  1998/11/05 14:24:08  peter
     * findfirst fix from the mailinglist
     * findfirst fix from the mailinglist
 
 
   Revision 1.4  1998/11/04 10:15:54  peter
   Revision 1.4  1998/11/04 10:15:54  peter