From 84a8996f9fcedba4a1884c55fd95ebf337d1cd9b Mon Sep 17 00:00:00 2001 From: maurj Date: Mon, 12 Mar 2007 17:16:38 +0000 Subject: [PATCH] Reinstated the "-6" option in the getopt_long call in test.c (looks like it had been overwritten at some point) git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@429 b64f7644-9d1e-0410-96f1-a4d463321fa5 --- test/test.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/test.c b/test/test.c index de447865c..c84b5730a 100644 --- a/test/test.c +++ b/test/test.c @@ -649,7 +649,7 @@ static int ParseOptions( int argc, char ** argv ) int c; c = getopt_long( argc, argv, - "hvuC:f:i:o:t:c:a:s:e:E:2dgpw:l:n:b:q:S:B:r:R:Qx:Y:X:", + "hvuC:f:i:o:t:c:a:6s:e:E:2dgpw:l:n:b:q:S:B:r:R:Qx:Y:X:", long_options, &option_index ); if( c < 0 ) { -- 2.40.0