瀏覽代碼

* again didn't manage to read docu for DosFindFirst properly :-(

Tomas Hajny 26 年之前
父節點
當前提交
2d015b9e80
共有 1 個文件被更改,包括 5 次插入1 次删除
  1. 5 1
      rtl/os2/dos.pas

+ 5 - 1
rtl/os2/dos.pas

@@ -211,6 +211,7 @@ begin
                  New (FStat);
                  ND := NewDir + Path;
                  Handle := $FFFFFFFF;
+                 Count := 1;
                  RC := DosFindFirst (ND, Handle, $37, FStat, SizeOf (FStat^),
                                                             Count, ilStandard);
                  DosFindClose (Handle);
@@ -1000,7 +1001,10 @@ end;
 end.
 {
   $Log$
-  Revision 1.15  1999-09-13 17:56:26  hajny
+  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
     * another correction to FSearch fix - mistyping
 
   Revision 1.14  1999/09/13 17:35:15  hajny