forked from len0rd/rockbox
buflib_shrink use NULL to signal start isn't changing
Change-Id: Id3e86d3860b8ed860dc6dcbc394b1b8f9f3274b5
This commit is contained in:
parent
719d48afc4
commit
40355caefd
5 changed files with 5 additions and 7 deletions
|
@ -217,7 +217,7 @@ int uimage_load(struct uimage_header* uh, size_t* out_size,
|
|||
if(ret)
|
||||
goto err;
|
||||
|
||||
core_shrink(out_h, core_get_data(out_h), *out_size);
|
||||
core_shrink(out_h, NULL, *out_size);
|
||||
ret = 0;
|
||||
|
||||
err:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue