From 4dde63290cfe462dae68082ee9115b21150126f8 Mon Sep 17 00:00:00 2001 From: rsc Date: Sat, 29 Oct 2005 17:39:12 +0000 Subject: fix print args --- src/cmd/venti/copy.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/cmd') diff --git a/src/cmd/venti/copy.c b/src/cmd/venti/copy.c index 89fbbac9..3c3996c9 100644 --- a/src/cmd/venti/copy.c +++ b/src/cmd/venti/copy.c @@ -43,7 +43,7 @@ walk(uchar score[VtScoreSize], uint type, int base) changes++; memmove(score, vtzeroscore, VtScoreSize); }else if(!ignoreerrors) - sysfatal("reading block %V (type %d): %r", type, score); + sysfatal("reading block %V (type %d): %r", score, type); return; } -- cgit v1.2.3