fix print args

This commit is contained in:
rsc 2005-10-29 17:39:12 +00:00
parent 2b3a8c4d80
commit 4dde63290c

View file

@ -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;
}