commit | f6df026ce4573d3f2d90f489156536402d6a2e3e | [log] [tgz] |
---|---|---|
author | Heinrich Schuchardt <xypron.glpk@gmx.de> | Sun Nov 26 14:05:07 2017 +0100 |
committer | Alexander Graf <agraf@suse.de> | Fri Dec 01 13:32:41 2017 +0100 |
tree | bac657f138a7b65e79298a5ff720869ca80a616b | |
parent | df76976ff2204712f1bfe431ed19fc6d76477761 [diff] |
efi_loader: size of media device path node represenation In the format specifier we want to specify the maximum width in case an ending \0 is missing. So slen must be used as precision and not as field width. Reviewed-by: Simon Glass <sjg@chromium.org> Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de> Signed-off-by: Alexander Graf <agraf@suse.de>