diff options
author | jbrjake <[email protected]> | 2007-10-20 17:34:52 +0000 |
---|---|---|
committer | jbrjake <[email protected]> | 2007-10-20 17:34:52 +0000 |
commit | e7f0887b6f2b8371c30bff89a54e377f533ea7bc (patch) | |
tree | d4df276bc5b21eaf9cceff74d89279f2d69c7aca /test | |
parent | 7e868ebe809a3ad5046e3db2c4d9c57ab59ba17d (diff) |
Reverts r1030 because it didn't work properly: -P would eat the next word as an option even if it was another flag.
git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@1033 b64f7644-9d1e-0410-96f1-a4d463321fa5
Diffstat (limited to 'test')
-rw-r--r-- | test/test.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/test.c b/test/test.c index 9c6d35816..82d4a0006 100644 --- a/test/test.c +++ b/test/test.c @@ -1001,7 +1001,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 ) { |