1
0
mirror of https://github.com/moparisthebest/wget synced 2024-07-03 16:38:41 -04:00

[svn] Comment fix.

This commit is contained in:
hniksic 2000-06-09 01:03:19 -07:00
parent 2e806fb2f3
commit 1765080b2e
2 changed files with 6 additions and 1 deletions

View File

@ -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>
* ftp.c (ftp_retrieve_list): Change permissions only on plain

View File

@ -213,7 +213,7 @@ decode_string (char *s)
*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. */
char *
encode_string (const char *s)