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

@ -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);