utimecmp: fine-grained src to nearby coarse-grained dest
[gnulib.git] / lib / utimecmp.c
index 63a0c9a..8c3ca65 100644 (file)
@@ -325,7 +325,7 @@ utimecmp (char const *dst_name,
 
                 res = SYSCALL_RESOLUTION;
 
-                for (a /= res; a % 10 != 0; a /= 10)
+                for (a /= res; a % 10 == 0; a /= 10)
                   {
                     if (res == BILLION)
                       {