Forráskód Böngészése

+ Changed to current dir

michael 21 éve
szülő
commit
09f03aae9a
1 módosított fájl, 1 hozzáadás és 1 törlés
  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);