diff liboctave/file-stat.cc @ 3260:cd454a6fa1a4

[project @ 1999-08-02 21:55:15 by jwe]
author jwe
date Mon, 02 Aug 1999 21:56:44 +0000
parents 292ff0bf484b
children 5eef8a2294bd
line wrap: on
line diff
--- a/liboctave/file-stat.cc
+++ b/liboctave/file-stat.cc
@@ -137,7 +137,7 @@
 // and -1 for any error.
 
 int
-file_stat::is_newer (const string& file, time_t time)
+file_stat::is_newer (const string& file, const octave_time& time)
 {
   file_stat fs (file);