From 51802b3732716e02a719d2dbd86fbac109851b06 Mon Sep 17 00:00:00 2001 From: Daniel Friesel Date: Mon, 3 May 2010 20:12:46 +0200 Subject: Make --start-at work with filenames instead of list positions --- src/options.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/options.h') diff --git a/src/options.h b/src/options.h index 55b997f..4a275e9 100644 --- a/src/options.h +++ b/src/options.h @@ -87,6 +87,7 @@ struct __fehoptions { char *rcfile; char *menu_style; char *caption_path; + char *start_list_at; gib_style *menu_style_l; @@ -119,7 +120,6 @@ struct __fehoptions { int default_zoom; int menu_border; unsigned char adjust_reload; - unsigned int start_list_at; unsigned char mode; unsigned char paused; -- cgit v1.2.3