From 21c56816eabee559559b5a03131a22dc420f0888 Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Wed, 24 Jun 2020 08:53:16 +0200 Subject: Don't use utime() on Windows It has the seconds precision even if the time is unspecified. --- tests/entry-time/driver.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests') 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 -- cgit v1.1