You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
12 lines
446 B
12 lines
446 B
16 years ago
|
--- a/networking/wget.c
|
||
|
+++ b/networking/wget.c
|
||
13 years ago
|
@@ -873,7 +873,7 @@ int wget_main(int argc UNUSED_PARAM, cha
|
||
14 years ago
|
/* Ignored: */
|
||
16 years ago
|
// "tries\0" Required_argument "t"
|
||
|
/* Ignored (we always use PASV): */
|
||
17 years ago
|
- "passive-ftp\0" No_argument "\xff"
|
||
|
+ "passive-ftp\0" No_argument "\xfd"
|
||
|
"header\0" Required_argument "\xfe"
|
||
15 years ago
|
"post-data\0" Required_argument "\xfd"
|
||
15 years ago
|
/* Ignored (we don't do ssl) */
|