You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by yl...@apache.org on 2023/03/14 12:24:37 UTC

svn commit: r1908384 - /httpd/httpd/trunk/include/util_time.h

Author: ylavic
Date: Tue Mar 14 12:24:37 2023
New Revision: 1908384

URL: http://svn.apache.org/viewvc?rev=1908384&view=rev
Log:
util_time: Follow up to r1908383: ap_recent_ctime_ex() docx about trailing NUL.


Modified:
    httpd/httpd/trunk/include/util_time.h

Modified: httpd/httpd/trunk/include/util_time.h
URL: http://svn.apache.org/viewvc/httpd/httpd/trunk/include/util_time.h?rev=1908384&r1=1908383&r2=1908384&view=diff
==============================================================================
--- httpd/httpd/trunk/include/util_time.h (original)
+++ httpd/httpd/trunk/include/util_time.h Tue Mar 14 12:24:37 2023
@@ -97,7 +97,7 @@ AP_DECLARE(apr_status_t) ap_recent_ctime
  * @param option Additional formatting options (AP_CTIME_OPTION_*).
  * @param len Pointer to an int containing the length of the provided buffer.
  *        On successful return it contains the number of bytes written to the
- *        buffer.
+ *        buffer (including trailing NUL byte).
  * @return APR_SUCCESS iff successful, APR_ENOMEM if buffer was to short.
  */
 AP_DECLARE(apr_status_t) ap_recent_ctime_ex(char *date_str, apr_time_t t,