mirror of
https://github.com/holub/mame
synced 2025-04-22 16:31:49 +03:00
[Imgtool] Fixed recently introduced bug in the code that emits usage text
This commit is contained in:
parent
23f0259f17
commit
ebc23dacaf
@ -35,7 +35,7 @@ static void writeusage(std::wostream &output, bool write_word_usage, const struc
|
||||
L"%s %s %s %s\n",
|
||||
(write_word_usage ? L"Usage:" : L" "),
|
||||
wstring_from_utf8(cmdname),
|
||||
c->name,
|
||||
wstring_from_utf8(c->name),
|
||||
c->usage ? wstring_from_utf8(c->usage) : std::wstring());
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user