summaryrefslogtreecommitdiffstats
path: root/test/test.c
diff options
context:
space:
mode:
authormaurj <[email protected]>2007-03-12 17:16:38 +0000
committermaurj <[email protected]>2007-03-12 17:16:38 +0000
commit84a8996f9fcedba4a1884c55fd95ebf337d1cd9b (patch)
treea70e844b1c506ab0c48c02304da1d32c5afa9903 /test/test.c
parent5f99432d016d4a5362c5f9c1c22f7f5e9ba7326f (diff)
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
Diffstat (limited to 'test/test.c')
-rw-r--r--test/test.c2
1 files changed, 1 insertions, 1 deletions
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 )
{