commit | 345fd8817d97e5c10c6b7360c25af973d8d7d6ae | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Fri Jul 22 09:22:46 2016 -0600 |
committer | Tom Rini <trini@konsulko.com> | Mon Jul 25 12:05:54 2016 -0400 |
tree | df20a82a67d4c2dd38728cb89e2ca5de61e7fb2f | |
parent | 97a73705847c9289700a0b35d3bc069e1f19677f [diff] |
lzmadec: Use the same type as the lzma call With sandbox on 32-bit the size_t type can be a little inconsistent. Use the same type as the caller expects to avoid a compiler warning. Signed-off-by: Simon Glass <sjg@chromium.org> Reviewed-by: Tom Rini <trini@konsulko.com>