diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/cmd/venti/copy.c | 2 |
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; } |