Loading src/filelist.c +1 −0 Changes for src/filelist.c: 1 added line, 0 removed lines. 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 +1 −0 Changes for src/filelist.c: 1 added line, 0 removed lines. 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