You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@subversion.apache.org by Thom May <th...@planetarytramp.net> on 2002/04/01 17:06:35 UTC

[PATCH] Rename apr_explode_localtime to apr_time_exp_lt

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