2008-11-26 Tatsuhiro Tsujikawa <t-tujikawa@users.sourceforge.net>

Fixed the bug that -pfalse and -ptrue are not recognized
	properly.
	* src/option_processing.cc
pull/1/head
Tatsuhiro Tsujikawa 2008-11-26 12:54:22 +00:00
parent 72d523b990
commit b1eee48ee3
2 changed files with 6 additions and 1 deletions

View File

@ -1,3 +1,8 @@
2008-11-26 Tatsuhiro Tsujikawa <t-tujikawa@users.sourceforge.net>
Fixed the bug that -pfalse and -ptrue are not recognized properly.
* src/option_processing.cc
2008-11-26 Tatsuhiro Tsujikawa <t-tujikawa@users.sourceforge.net>
Applied aria2-1.0.1-mingw.patch.

View File

@ -229,7 +229,7 @@ Option* option_processing(int argc, char* const argv[])
{ 0, 0, 0, 0 }
};
c = getopt_long(argc, argv,
"Dd:o:l:s:pt:m:vh::ST:M:C:a:cU:ni:j:Z::P::q::R::V::u:",
"Dd:o:l:s:p::t:m:vh::ST:M:C:a:cU:ni:j:Z::P::q::R::V::u:",
longOpts, &optIndex);
if(c == -1) {
break;