From e7f0887b6f2b8371c30bff89a54e377f533ea7bc Mon Sep 17 00:00:00 2001 From: jbrjake Date: Sat, 20 Oct 2007 17:34:52 +0000 Subject: [PATCH] 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 --- test/test.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 ) { -- 2.40.0