aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/cmd/venti/copy.c2
1 files changed, 1 insertions, 1 deletions
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;
}