summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSamuel Thibault <samuel.thibault@ens-lyon.org>2008-06-12 23:15:52 +0000
committerSamuel Thibault <samuel.thibault@ens-lyon.org>2008-06-12 23:15:52 +0000
commitb90aba268109e524f4378fe30923a66fd403844d (patch)
treefd894d911cb07ca13f66d460ec40328d30994409
parent1ac12810db046de21c3d33b21179ba37343a74d7 (diff)
Fix typo (bis)
-rw-r--r--trans/fakeroot.c2
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