Loading src/filelist.c +2 −1 Original line number Diff line number Diff line Loading @@ -567,6 +567,7 @@ gib_list *feh_read_filelist(char *filename) /* Add it to the new list */ list = gib_list_add_front(list, feh_file_new(s1)); } if (strcmp(filename, "/dev/stdin")) fclose(fp); return(list); Loading Loading
src/filelist.c +2 −1 Original line number Diff line number Diff line Loading @@ -567,6 +567,7 @@ gib_list *feh_read_filelist(char *filename) /* Add it to the new list */ list = gib_list_add_front(list, feh_file_new(s1)); } if (strcmp(filename, "/dev/stdin")) fclose(fp); return(list); Loading