diff libinterp/corefcn/load-path.cc @ 30827:3e395f6fc03a

maint: Merge stable to default.
author Markus Mützel <markus.muetzel@gmx.de>
date Sat, 12 Mar 2022 16:14:51 +0100
parents 8273e03f80c9 243b51ec9ff0
children 070d5b04a0ac
line wrap: on
line diff
--- a/libinterp/corefcn/load-path.cc	Thu Mar 10 18:59:05 2022 +0100
+++ b/libinterp/corefcn/load-path.cc	Sat Mar 12 16:14:51 2022 +0100
@@ -1488,7 +1488,7 @@
   {
     is_relative = ! sys::env::absolute_pathname (dir_name);
 
-    dir_time_last_checked = sys::time (static_cast<time_t> (0));
+    dir_time_last_checked = sys::time (static_cast<OCTAVE_TIME_T> (0));
 
     sys::file_stat fs (dir_name);