Author: joes
Date: Fri Feb 24 06:31:04 2006
New Revision: 380675

URL: http://svn.apache.org/viewcvs?rev=380675&view=rev
Log:
fix doc bug- we don't add an apreq_charset_t to the return value.

Modified:
    httpd/apreq/trunk/include/apreq_param.h

Modified: httpd/apreq/trunk/include/apreq_param.h
URL: 
http://svn.apache.org/viewcvs/httpd/apreq/trunk/include/apreq_param.h?rev=380675&r1=380674&r2=380675&view=diff
==============================================================================
--- httpd/apreq/trunk/include/apreq_param.h (original)
+++ httpd/apreq/trunk/include/apreq_param.h Fri Feb 24 06:31:04 2006
@@ -104,7 +104,7 @@
  * @param nlen  Length of urlencoded name.
  * @param vlen  Length of urlencoded value.
  *
- * @return APR_SUCCESS + apreq_charset_t (<=APREQ_CHARSET_UTF8) on success.
+ * @return APR_SUCCESS on success.
  * @return ::APREQ_ERROR_BADSEQ or ::APREQ_ERROR_BADCHAR on malformed input.
  *
  * @remarks     Unless vlen == 0, this function assumes there is


Reply via email to