diff options
author | Samuel Thibault <samuel.thibault@ens-lyon.org> | 2008-06-12 23:15:52 +0000 |
---|---|---|
committer | Samuel Thibault <samuel.thibault@ens-lyon.org> | 2008-06-12 23:15:52 +0000 |
commit | b90aba268109e524f4378fe30923a66fd403844d (patch) | |
tree | fd894d911cb07ca13f66d460ec40328d30994409 /trans | |
parent | 1ac12810db046de21c3d33b21179ba37343a74d7 (diff) |
Fix typo (bis)
Diffstat (limited to 'trans')
-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 |