Explorar o código

+ Changed to current dir

michael %!s(int64=21) %!d(string=hai) anos
pai
achega
09f03aae9a
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      docs/sysutex/ex43.pp

+ 1 - 1
docs/sysutex/ex43.pp

@@ -9,7 +9,7 @@ Var Info : TSearchRec;
 
 Begin
   Count:=0;
-  If FindFirst ('/*',faAnyFile and faDirectory,Info)=0 then
+  If FindFirst ('*',faAnyFile and faDirectory,Info)=0 then
     begin
     Repeat
       Inc(Count);