[Patch] Rename apr_explode_time
From: Thom May <thom_at_planetarytramp.net>
Date: 2002-04-15 00:34:07 CEST
To play nice with the patch I just sent to APR:
-- Thom May -> thom@planetarytramp.net > > "we can tell that a Debian release is about to happen". Or > > something. > "I sense a disturbance in the force" ? "As though millions of voices cried out, and ran apt-get." -dburrows, davidw, aj; Debian 3.0 * subversion/svnlook/main.c Renamed apr_explode_time to apr_time_exp_tz Index: ./subversion/svnlook/main.c =================================================================== --- ./subversion/svnlook/main.c +++ ./subversion/svnlook/main.c Sun Apr 14 23:10:20 2002 @@ -705,7 +705,7 @@ apr_status_t apr_err; aprtime = svn_time_from_nts (prop_value->data); - apr_err = apr_explode_time (&extime, aprtime, 0); + apr_err = apr_time_exp_tz (&extime, aprtime, 0); if (apr_err) return svn_error_create (apr_err, 0, NULL, pool, "do_date: error exploding time"); --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org For additional commands, e-mail: dev-help@subversion.tigris.orgReceived on Mon Apr 15 00:37:59 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.