From 1e03474b483e75147a60d0c3d52332d4f0901aab Mon Sep 17 00:00:00 2001 From: Daniel Friesel Date: Mon, 8 Feb 2010 19:26:43 +0100 Subject: Make -O work without X as well. Closes bugs.debian.org #373209 --- src/options.c | 1 + 1 file changed, 1 insertion(+) (limited to 'src/options.c') diff --git a/src/options.c b/src/options.c index c41645f..cd96613 100644 --- a/src/options.c +++ b/src/options.c @@ -460,6 +460,7 @@ feh_parse_option_array(int argc, char **argv) break; case 'l': opt.list = 1; + opt.display = 0; break; case 'G': opt.wget_timestamp = 1; -- cgit v1.2.3