Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
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 <[email protected]> Reviewed-by: Tom Rini <[email protected]>
- Loading branch information