From ebad593201433df73f39ab2cb09edb348568bc61 Mon Sep 17 00:00:00 2001 From: insofaras Date: Sat, 12 Mar 2016 04:39:13 +0000 Subject: [PATCH] forgot a 0... --- linux_4ed.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/linux_4ed.cpp b/linux_4ed.cpp index 7783c4ca..fcebc0f5 100644 --- a/linux_4ed.cpp +++ b/linux_4ed.cpp @@ -292,7 +292,7 @@ Sys_File_Time_Stamp_Sig(system_file_time_stamp){ #if OLD_STAT_NANO_TIME microsecond_timestamp = - (info.st_mtime * UINT64_C(100000)) + + (info.st_mtime * UINT64_C(1000000)) + (info.st_mtimensec / UINT64_C(1000)); #else microsecond_timestamp =