From b90aba268109e524f4378fe30923a66fd403844d Mon Sep 17 00:00:00 2001 From: Samuel Thibault Date: Thu, 12 Jun 2008 23:15:52 +0000 Subject: Fix typo (bis) --- trans/fakeroot.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit v1.2.3