OSDN Git Service

Allow short option name -P for loose anamorphic to take its optional argument without...
authorjbrjake <jbrjake@b64f7644-9d1e-0410-96f1-a4d463321fa5>
Tue, 16 Oct 2007 19:46:47 +0000 (19:46 +0000)
committerjbrjake <jbrjake@b64f7644-9d1e-0410-96f1-a4d463321fa5>
Tue, 16 Oct 2007 19:46:47 +0000 (19:46 +0000)
Thanks, saintdev!

git-svn-id: svn://localhost/HandBrake/trunk@1030 b64f7644-9d1e-0410-96f1-a4d463321fa5

test/test.c

index 2d84c66..ac3af6f 100644 (file)
@@ -997,7 +997,7 @@ static int ParseOptions( int argc, char ** argv )
         int c;
 
         c = getopt_long( argc, argv,
-                         "hvuC:f:4i:o:t:Lc:ma:6:s:UFN:e:E:2d789gpP::w:l:n:b:q:S:B:r:R:Qx:TY:X:",
+                         "hvuC:f:4i:o:t:Lc:ma:6:s:UFN:e:E:2d789gpP:w:l:n:b:q:S:B:r:R:Qx:TY:X:",
                          long_options, &option_index );
         if( c < 0 )
         {