mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-10-13 18:17:39 -04:00
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
|
@ -414,7 +414,7 @@ static void read_viewers_config_init(void)
|
|||
goto out;
|
||||
|
||||
read_config_init(fd);
|
||||
core_shrink(strdup_handle, core_get_data(strdup_handle), strdup_cur_idx);
|
||||
core_shrink(strdup_handle, NULL, strdup_cur_idx);
|
||||
|
||||
out:
|
||||
close(fd);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue