瀏覽代碼

* forgot to remove debug output in fsearch

armin 20 年之前
父節點
當前提交
3a4b750e0b
共有 1 個文件被更改,包括 4 次插入2 次删除
  1. 4 2
      rtl/netwlibc/dos.pp

+ 4 - 2
rtl/netwlibc/dos.pp

@@ -459,7 +459,6 @@ var
   s      : searchrec;
   s      : searchrec;
   newdir : pathstr;
   newdir : pathstr;
 begin
 begin
-  system.write ('FSearch ("',path,'","',dirlist,'"');
 { check if the file specified exists }
 { check if the file specified exists }
   findfirst(path,anyfile,s);
   findfirst(path,anyfile,s);
   if doserror=0 then
   if doserror=0 then
@@ -690,7 +689,10 @@ End;
 end.
 end.
 {
 {
   $Log$
   $Log$
-  Revision 1.5  2004-12-05 16:44:43  hajny
+  Revision 1.6  2005-01-14 20:59:15  armin
+  * forgot to remove debug output in fsearch
+
+  Revision 1.5  2004/12/05 16:44:43  hajny
     * GetMsCount added, platform independent routines moved to single include file
     * GetMsCount added, platform independent routines moved to single include file
 
 
   Revision 1.4  2004/09/26 19:23:34  armin
   Revision 1.4  2004/09/26 19:23:34  armin