commit 4dde63290cfe462dae68082ee9115b21150126f8
parent 2b3a8c4d80c38ad7a93740856bde4d5f0b6dfbb9
Author: rsc <devnull@localhost>
Date: Sat, 29 Oct 2005 17:39:12 +0000
fix print args
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git 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;
}