diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2020-06-24 08:53:16 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2020-06-24 08:53:16 +0200 |
commit | 21c56816eabee559559b5a03131a22dc420f0888 (patch) | |
tree | 62304ea91160767e5d317fcdda189df14545ffe8 /tests/entry-time/driver.cxx | |
parent | 85804b86a97e6275fa015c130f382043d52503fa (diff) |
Don't use utime() on Windows
It has the seconds precision even if the time is unspecified.
Diffstat (limited to 'tests/entry-time/driver.cxx')
-rw-r--r-- | tests/entry-time/driver.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/entry-time/driver.cxx b/tests/entry-time/driver.cxx index 5432dcc..1e64b0d 100644 --- a/tests/entry-time/driver.cxx +++ b/tests/entry-time/driver.cxx @@ -36,7 +36,7 @@ using namespace butl; // entry. // // -p -// Print the filesystem entry time as as a number of milliseconds passed +// Print the filesystem entry time as a number of milliseconds passed // since UNIX epoch. // // -s |