Loading src/options.c +3 −0 Original line number Diff line number Diff line Loading @@ -451,6 +451,7 @@ static void feh_parse_option_array(int argc, char **argv) break; case 'L': opt.customlist = estrdup(optarg); opt.display = 0; break; case 'M': free(opt.menu_font); Loading Loading @@ -503,9 +504,11 @@ static void feh_parse_option_array(int argc, char **argv) break; case 'U': opt.loadables = 1; opt.display = 0; break; case 'u': opt.unloadables = 1; opt.display = 0; break; case 'p': opt.preload = 1; Loading Loading
src/options.c +3 −0 Original line number Diff line number Diff line Loading @@ -451,6 +451,7 @@ static void feh_parse_option_array(int argc, char **argv) break; case 'L': opt.customlist = estrdup(optarg); opt.display = 0; break; case 'M': free(opt.menu_font); Loading Loading @@ -503,9 +504,11 @@ static void feh_parse_option_array(int argc, char **argv) break; case 'U': opt.loadables = 1; opt.display = 0; break; case 'u': opt.unloadables = 1; opt.display = 0; break; case 'p': opt.preload = 1; Loading