commit 4dde63290cfe462dae68082ee9115b21150126f8 from: rsc date: Sat Oct 29 17:39:12 2005 UTC fix print args commit - 2b3a8c4d80c38ad7a93740856bde4d5f0b6dfbb9 commit + 4dde63290cfe462dae68082ee9115b21150126f8 blob - 89fbbac9d6d35e9b94fb3e9660563989b511c117 blob + 3c3996c9165346a992f3380a590a5bef4e672279 --- src/cmd/venti/copy.c +++ 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; }