stoddard    02/05/29 13:42:30

  Modified:    misc     apr_date.c
  Log:
  Correct a comment
  
  Revision  Changes    Path
  1.13      +2 -2      apr-util/misc/apr_date.c
  
  Index: apr_date.c
  ===================================================================
  RCS file: /home/cvs/apr-util/misc/apr_date.c,v
  retrieving revision 1.12
  retrieving revision 1.13
  diff -u -r1.12 -r1.13
  --- apr_date.c        23 May 2002 21:04:25 -0000      1.12
  +++ apr_date.c        29 May 2002 20:42:30 -0000      1.13
  @@ -144,8 +144,8 @@
    *     Sunday, 06-Nov-94 08:49:37 GMT ; RFC 850, obsoleted by RFC 1036
    *     Sun Nov  6 08:49:37 1994       ; ANSI C's asctime() format
    *
  - * and returns the time_t number of seconds since 1 Jan 1970 GMT, or
  - * 0 if this would be out of range or if the date is invalid.
  + * and returns the apr_time_t number of microseconds since 1 Jan 1970 GMT, 
  + * or APR_DATE_BAD if this would be out of range or if the date is invalid.
    *
    * The restricted HTTP syntax is
    * 
  
  
  

Reply via email to