1
0
Fork 0
forked from len0rd/rockbox

buflib_shrink use NULL to signal start isn't changing

Change-Id: Id3e86d3860b8ed860dc6dcbc394b1b8f9f3274b5
This commit is contained in:
William Wilgus 2023-01-12 20:52:29 -05:00 committed by William Wilgus
parent 719d48afc4
commit 40355caefd
5 changed files with 5 additions and 7 deletions

View file

@ -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: