randyk 2003/07/01 12:03:49
Modified: glue/perl/xsbuilder/Apache/Cookie Apache__Cookie.h
Log:
Reviewed by: joes
typo - s/apr_rfc_822_date/apr_rfc822_date/
Revision Changes Path
1.13 +1 -1
httpd-apreq-2/glue/perl/xsbuilder/Apache/Cookie/Apache__Cookie.h
Index: Apache__Cookie.h
===================================================================
RCS file:
/home/cvs/httpd-apreq-2/glue/perl/xsbuilder/Apache/Cookie/Apache__Cookie.h,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -r1.12 -r1.13
--- Apache__Cookie.h 1 Jul 2003 12:31:26 -0000 1.12
+++ Apache__Cookie.h 1 Jul 2003 19:03:49 -0000 1.13
@@ -135,7 +135,7 @@
if (c->version == NETSCAPE) {
char expires[APR_RFC822_DATE_LEN] = {0};
- apr_rfc_822_date(expires, c->max_age + apr_time_now());
+ apr_rfc822_date(expires, c->max_age + apr_time_now());
expires[7] = '-';
expires[11] = '-';
XSRETURN_PV(expires);