mirror of
https://github.com/9fans/plan9port.git
synced 2025-01-12 11:10:07 +00:00
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++;
|
||||
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;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue