Skip to content

Commit

Permalink
favs: fix file reading
Browse files Browse the repository at this point in the history
  • Loading branch information
hanatos committed Oct 24, 2024
1 parent e3db671 commit 5490254
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/gui/gui.c
Original file line number Diff line number Diff line change
Expand Up @@ -725,7 +725,7 @@ int
dt_gui_read_favs(
const char *filename)
{
vkdt.fav_cnt = 0;
vkdt.fav_file_cnt = 0;
FILE *f = 0;
char tmp[PATH_MAX+100] = {0};
if(filename[0] == '/')
Expand Down

0 comments on commit 5490254

Please sign in to comment.