Register a complaint about encode_url()'s name
authorFabian Keil <fk@fabiankeil.de>
Sun, 6 Nov 2011 11:42:14 +0000 (11:42 +0000)
committerFabian Keil <fk@fabiankeil.de>
Sun, 6 Nov 2011 11:42:14 +0000 (11:42 +0000)
encode.c

index 490ef46..6697123 100644 (file)
--- a/encode.c
+++ b/encode.c
@@ -1,4 +1,4 @@
-const char encode_rcs[] = "$Id: encode.c,v 1.19 2011/09/04 11:35:38 fabiankeil Exp $";
+const char encode_rcs[] = "$Id: encode.c,v 1.20 2011/09/04 11:35:49 fabiankeil Exp $";
 /*********************************************************************
  *
  * File        :  $Source: /cvsroot/ijbswa/current/encode.c,v $
@@ -207,6 +207,9 @@ char * html_encode_and_free_original(char *s)
  *                query string.  Replaces special characters with
  *                the appropriate %xx codes.
  *
+ *                XXX: url_query_encode() would be a more fitting
+ *                     name.
+ *
  * Parameters  :
  *          1  :  s = String to encode.  Null-terminated.
  *