2
0
Nicolas Cannasse 9 жил өмнө
parent
commit
df977b1d92
2 өөрчлөгдсөн 2 нэмэгдсэн , 3 устгасан
  1. 1 1
      libs
  2. 1 2
      src/context/common.ml

+ 1 - 1
libs

@@ -1 +1 @@
-Subproject commit 13567c5c5c60625289132cc0216b9e6ff9bb4698
+Subproject commit b01bd55ca1ed60f848053817442cc9c687f908f1

+ 1 - 2
src/context/common.ml

@@ -788,8 +788,7 @@ let clone com =
 		};
 	}
 
-let file_time file =
-	try (Unix.stat file).Unix.st_mtime with _ -> 0.
+let file_time file = Extc.filetime file
 
 let file_extension file =
 	match List.rev (ExtString.String.nsplit file ".") with