mirror of
https://github.com/mamedev/mame.git
synced 2024-11-16 07:48:32 +01:00
Merge pull request #1979 from npwoods/imgtool_fix_attr_listing
[Imgtool] Fixed recently introduce bug on attribute listings
This commit is contained in:
commit
063ea0512c
1 changed files with 1 additions and 1 deletions
|
@ -245,7 +245,7 @@ static int cmd_dir(const struct command *c, int argc, char *argv[])
|
|||
L"%*s %*s %*s %*s\n",
|
||||
-columnwidth_filename, wstring_from_utf8(ent.filename),
|
||||
columnwidth_filesize, wstring_from_utf8(filesize_string),
|
||||
columnwidth_attributes, ent.attr,
|
||||
columnwidth_attributes, wstring_from_utf8(ent.attr),
|
||||
columnwidth_lastmodified, wstring_from_utf8(last_modified));
|
||||
|
||||
if (ent.softlink && ent.softlink[0] != '\0')
|
||||
|
|
Loading…
Reference in a new issue