fix print args
This commit is contained in:
parent
2b3a8c4d80
commit
4dde63290c
1 changed files with 1 additions and 1 deletions
|
|
@ -43,7 +43,7 @@ walk(uchar score[VtScoreSize], uint type, int base)
|
||||||
changes++;
|
changes++;
|
||||||
memmove(score, vtzeroscore, VtScoreSize);
|
memmove(score, vtzeroscore, VtScoreSize);
|
||||||
}else if(!ignoreerrors)
|
}else if(!ignoreerrors)
|
||||||
sysfatal("reading block %V (type %d): %r", type, score);
|
sysfatal("reading block %V (type %d): %r", score, type);
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue