diff options
Diffstat (limited to 'trans/fakeroot.c')
-rw-r--r-- | trans/fakeroot.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/trans/fakeroot.c b/trans/fakeroot.c index 335a2a9c..88e50915 100644 --- a/trans/fakeroot.c +++ b/trans/fakeroot.c @@ -521,7 +521,7 @@ netfs_attempt_utimes (struct iouser *cred, struct node *np, else m.tv.tv_sec = m.tv.tv_usec = -1; - return file_utimes (np->nn->file, &a.tvt, &m.tvt); + return file_utimes (np->nn->file, a.tvt, m.tvt); } error_t |