You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@apr.apache.org by jo...@apache.org on 2004/04/21 22:58:56 UTC

cvs commit: apr/include apr_time.h

jorton      2004/04/21 13:58:56

  Modified:    include  apr_time.h
  Log:
  * include/apr_time.h: More null/NUL confusion.
  
  Revision  Changes    Path
  1.63      +2 -2      apr/include/apr_time.h
  
  Index: apr_time.h
  ===================================================================
  RCS file: /home/cvs/apr/include/apr_time.h,v
  retrieving revision 1.62
  retrieving revision 1.63
  diff -w -d -u -r1.62 -r1.63
  --- apr_time.h	13 Feb 2004 09:38:28 -0000	1.62
  +++ apr_time.h	21 Apr 2004 20:58:56 -0000	1.63
  @@ -182,7 +182,7 @@
    * apr_rfc822_date formats dates in the RFC822
    * format in an efficient manner.  It is a fixed length
    * format which requires the indicated amount of storage,
  - * including the trailing null byte.
  + * including the trailing NUL terminator.
    * @param date_str String to write to.
    * @param t the time to convert 
    */
  @@ -194,7 +194,7 @@
    * 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 including
  - * the trailing null byte.
  + * the trailing NUL terminator.
    * Unlike ANSI/ISO C ctime(), apr_ctime() does not include
    * a \n at the end of the string.
    * @param date_str String to write to.