mirror of
https://github.com/moparisthebest/wget
synced 2024-07-03 16:38:41 -04:00
[svn] Comment fix.
This commit is contained in:
parent
2e806fb2f3
commit
1765080b2e
@ -1,3 +1,8 @@
|
|||||||
|
2000-06-09 Hrvoje Niksic <hniksic@iskon.hr>
|
||||||
|
|
||||||
|
* url.c (encode_string): Fix comment.
|
||||||
|
Suggested by Herold Heiko <Heiko.Herold@previnet.it>.
|
||||||
|
|
||||||
2000-06-01 Const Kaplinsky <const@ce.cctpu.edu.ru>
|
2000-06-01 Const Kaplinsky <const@ce.cctpu.edu.ru>
|
||||||
|
|
||||||
* ftp.c (ftp_retrieve_list): Change permissions only on plain
|
* ftp.c (ftp_retrieve_list): Change permissions only on plain
|
||||||
|
@ -213,7 +213,7 @@ decode_string (char *s)
|
|||||||
*p = '\0';
|
*p = '\0';
|
||||||
}
|
}
|
||||||
|
|
||||||
/* Encodes the unsafe characters (listed in URL_UNSAFE_CHARS) in a
|
/* Encode the unsafe characters (as determined by URL_UNSAFE) in a
|
||||||
given string, returning a malloc-ed %XX encoded string. */
|
given string, returning a malloc-ed %XX encoded string. */
|
||||||
char *
|
char *
|
||||||
encode_string (const char *s)
|
encode_string (const char *s)
|
||||||
|
Loading…
Reference in New Issue
Block a user