Browse Source

+ Corrected number of arguments

michael 25 years ago
parent
commit
337fd20683
1 changed files with 1 additions and 1 deletions
  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);