diff options
Diffstat (limited to 'apps/filetypes.c')
-rw-r--r-- | apps/filetypes.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/filetypes.c b/apps/filetypes.c index d5cfc379c1..1944ee9383 100644 --- a/apps/filetypes.c +++ b/apps/filetypes.c @@ -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); |