Ver código fonte

+ Corrected number of arguments

michael 25 anos atrás
pai
commit
337fd20683
1 arquivos alterados com 1 adições e 1 exclusões
  1. 1 1
      docs/linuxex/ex2.pp

+ 1 - 1
docs/linuxex/ex2.pp

@@ -8,7 +8,7 @@ Var TV : TimeVal;
     TZ : TimeZone;
 
 begin
-  GetTimeOfDay (TV,TZ);
+  GetTimeOfDay (TV);
   Writeln ('Seconds              : ',tv.sec);
   Writeln ('Milliseconds         : ',tv.usec);
   Writeln ('Minutes west of GMT  : ',tz.minuteswest);