]> sjero.net Git - wget/commitdiff
[svn] Comment fix.
authorhniksic <devnull@localhost>
Fri, 9 Jun 2000 08:03:19 +0000 (01:03 -0700)
committerhniksic <devnull@localhost>
Fri, 9 Jun 2000 08:03:19 +0000 (01:03 -0700)
src/ChangeLog
src/url.c

index 7e39a580449051c0f5f6a90fbc82d5affa0d0d47..e7c9769996c8fd8eac645e4f6e2add55d7fd4f60 100644 (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
index 042835fdfaef2455b4d76c3d3f3e5c85a24834ba..01b492ee5a9a76c85d7edd0ea46f1032badf11f4 100644 (file)
--- a/src/url.c
+++ b/src/url.c
@@ -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)