summaryrefslogtreecommitdiffstats
path: root/perl_checker.src/common.ml
diff options
context:
space:
mode:
Diffstat (limited to 'perl_checker.src/common.ml')
-rw-r--r--perl_checker.src/common.ml2
1 files changed, 1 insertions, 1 deletions
diff --git a/perl_checker.src/common.ml b/perl_checker.src/common.ml
index ddd6b08..6a3be82 100644
--- a/perl_checker.src/common.ml
+++ b/perl_checker.src/common.ml
@@ -859,7 +859,7 @@ let expand_symlinks file =
) (file ^ "/" ^ piece)) "" l
| _ -> internal_error (Printf.sprintf "expand_symlinks: %s is relative\n" file)
-let mtime f = int_of_float ((Unix.stat f).Unix.st_mtime)
+let mtime f = (Unix.stat f).Unix.st_mtime
let rec updir dir nb =
if nb = 0 then dir else