summaryrefslogtreecommitdiffstats
path: root/test/test.c
diff options
context:
space:
mode:
authorsr55 <[email protected]>2007-12-10 01:41:34 +0000
committersr55 <[email protected]>2007-12-10 01:41:34 +0000
commit789878babf954631aa8635758605db0cf44f76aa (patch)
tree61e311ccec950d02e5880973910bfdced22a077a /test/test.c
parentc9fd6a363cd209ea453b650283ef5dc915ab4eba (diff)
Cli:
Chapter markers with csv file input fixed. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@1114 b64f7644-9d1e-0410-96f1-a4d463321fa5
Diffstat (limited to 'test/test.c')
-rw-r--r--test/test.c4
1 files changed, 2 insertions, 2 deletions
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 )
{