From 789878babf954631aa8635758605db0cf44f76aa Mon Sep 17 00:00:00 2001 From: sr55 Date: Mon, 10 Dec 2007 01:41:34 +0000 Subject: Cli: Chapter markers with csv file input fixed. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@1114 b64f7644-9d1e-0410-96f1-a4d463321fa5 --- test/test.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'test/test.c') diff --git a/test/test.c b/test/test.c index 747d3a14d..2eb9e53fa 100644 --- a/test/test.c +++ b/test/test.c @@ -1332,8 +1332,8 @@ static int ParseOptions( int argc, char ** argv ) int option_index = 0; int c; - c = getopt_long( argc, argv, - "hvuC:f:4i:Io:t:Lc:ma:6:s:UFN:e:E:2dD:789gpOP::w:l:n:b:q:S:B:r:R:Qx:TY:X:VZ:z", + c = getopt_long( argc, argv, + "hvuC:f:4i:Io:t:Lc:m::a:6:s:UFN:e:E:2dD:789gpOP::w:l:n:b:q:S:B:r:R:Qx:TY:X:VZ:z", long_options, &option_index ); if( c < 0 ) { -- cgit v1.2.3