trawick 01/11/30 17:24:28
Modified: include apr_time.h
Log:
clarify a difference between the string built by ctime() and
the string built by apr_ctime()
Revision Changes Path
1.42 +2 -0 apr/include/apr_time.h
Index: apr_time.h
===================================================================
RCS file: /home/cvs/apr/include/apr_time.h,v
retrieving revision 1.41
retrieving revision 1.42
diff -u -r1.41 -r1.42
--- apr_time.h 2001/08/24 17:55:45 1.41
+++ apr_time.h 2001/12/01 01:24:28 1.42
@@ -210,6 +210,8 @@
* apr_ctime formats dates in the ctime() format
* in an efficient manner. it is a fixed length format
* and requires the indicated amount of storage
+ * Unlike ANSI/ISO C ctime(), apr_ctime() does not include
+ * a \n at the end of the string.
* including trailing \0
* @param date_str String to write to.
* @param t the time to convert