[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

[PATCH] Rename apr_explode_localtime to apr_time_exp_lt

From: Thom May <thom_at_planetarytramp.net>
Date: 2002-04-01 19:06:35 CEST

To go with the patch to apr.
Tested and working.
Cheers,

-- 
Thom May -> thom@planetarytramp.net
Even Debian developers are human.
Index: ./subversion/libsvn_subr/time.c
===================================================================
--- ./subversion/libsvn_subr/time.c
+++ ./subversion/libsvn_subr/time.c	Mon Apr  1 17:44:04 2002
@@ -58,7 +58,7 @@
      furthermore their current implementations can only return success
      anyway. */
 
-  apr_explode_localtime (&exploded_time, t);
+  apr_time_exp_lt (&exploded_time, t);
 
   /* It would be nice to use apr_strftime(), but APR doesn't give a way
      to convert back, so we wouldn't be able to share the format string
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Mon Apr 1 17:07:46 2002

This is an archived mail posted to the Subversion Dev mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.