commit | b10f2994d72dc8f3211479ad7216ed2ea1146b4c | [log] [tgz] |
---|---|---|
author | Heinrich Schuchardt <xypron.glpk@gmx.de> | Fri Dec 22 19:16:57 2017 +0100 |
committer | Alexander Graf <agraf@suse.de> | Mon Jan 22 23:09:12 2018 +0100 |
tree | 6359a8a7ddde8610edb2f96cc171b338c91abb80 | |
parent | 1b32cae2d78af8ed6ef8e36b7caea5ecdbe4090a [diff] |
efi_loader: use correct format string for unsigned long virt_size is of type unsigned long. So it should be printed with %ul. Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de> Signed-off-by: Alexander Graf <agraf@suse.de>