浏览代码

applied bugfix from maillist to fsearch

michael 27 年之前
父节点
当前提交
2d8bbd8772
共有 1 个文件被更改,包括 5 次插入2 次删除
  1. 5 2
      rtl/dos/dos.pp

+ 5 - 2
rtl/dos/dos.pp

@@ -855,7 +855,7 @@ end;
                 if dirlist[i]='/' then dirlist[i]:='\';
                 if dirlist[i]='/' then dirlist[i]:='\';
               repeat
               repeat
                 p1:=pos(';',dirlist);
                 p1:=pos(';',dirlist);
-                if p1=0 then
+                if p1<>0 then
                  begin
                  begin
                    newdir:=copy(dirlist,1,p1-1);
                    newdir:=copy(dirlist,1,p1-1);
                    delete(dirlist,1,p1);
                    delete(dirlist,1,p1);
@@ -1011,7 +1011,10 @@ End;
 end.
 end.
 {
 {
   $Log$
   $Log$
-  Revision 1.5  1998-05-31 14:18:13  peter
+  Revision 1.6  1998-08-05 21:01:50  michael
+  applied bugfix from maillist to fsearch
+
+  Revision 1.5  1998/05/31 14:18:13  peter
     * force att or direct assembling
     * force att or direct assembling
     * cleanup of some files
     * cleanup of some files