commit | 0a7e5165ec21d8092565a833211b21b356195398 | [log] [tgz] |
---|---|---|
author | Heinrich Schuchardt <xypron.glpk@gmx.de> | Sun Jan 17 07:52:09 2021 +0100 |
committer | Heinrich Schuchardt <xypron.glpk@gmx.de> | Wed Jan 20 08:17:17 2021 +0100 |
tree | c527113797caefc3942769c1aae17b7d4622a6d1 | |
parent | d56013d37c829254e181c93dfefa745b9a1347d5 [diff] |
efi_loader: efi_size_in_pages() missing parentheses Add parentheses around size to avoid possible operator precedence problems. Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>