Add AUTOTYPE to DOSBox's programs
This commit is contained in:
parent
f243f585ed
commit
d09f6ae665
1 changed files with 1 additions and 1 deletions
|
@ -86,7 +86,7 @@ void AUTOTYPE::PrintKeys()
|
|||
auto name = names.begin();
|
||||
for (size_t row = 0; row < rows; ++row) {
|
||||
for (size_t i = row; i < names.size(); i += rows)
|
||||
WriteOut(" %-*s", max_length, name[i].c_str());
|
||||
WriteOut(" %-*s", static_cast<int>(max_length), name[i].c_str());
|
||||
WriteOut_NoParsing("\n");
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue