From 6a85ec09858557b907f6643572e29802c540f4d5 Mon Sep 17 00:00:00 2001 From: Nathan Woods Date: Sun, 15 Jan 2017 11:26:34 -0500 Subject: [Imgtool] Fixed recently introduce bug on attribute listings --- src/tools/imgtool/main.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/tools') diff --git a/src/tools/imgtool/main.cpp b/src/tools/imgtool/main.cpp index 28029fe0358..895f96145b1 100644 --- a/src/tools/imgtool/main.cpp +++ b/src/tools/imgtool/main.cpp @@ -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') -- cgit v1.2.3