diff options
-rw-r--r-- | libdiskfs/node-times.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/libdiskfs/node-times.c b/libdiskfs/node-times.c index 96bc6924..1124a363 100644 --- a/libdiskfs/node-times.c +++ b/libdiskfs/node-times.c @@ -28,10 +28,10 @@ diskfs_set_node_times (struct node *np) do { - secs = _diskfs_mtime->seconds; - usecs = _diskfs_mtime->microseconds; + secs = diskfs_mtime->seconds; + usecs = diskfs_mtime->microseconds; } - while (secs != _diskfs_mtime->check_seconds); + while (secs != diskfs_mtime->check_seconds); if (np->dn_set_mtime) { |