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

[PATCH] Issue #892 Incorrect Time Stamp for Command Line Client list operation

From: Raymond McCrae <raymond.mccrae_at_ntlworld.com>
Date: 2002-09-10 00:46:43 CEST

Fix issue #892:

* ls-cmd.c (print_dirents): Format string for converting a date
structure to
   string has been updated. The %m has been replaced with a %M .

Index: subversion/clients/cmdline/ls-cmd.c
===================================================================
--- subversion/clients/cmdline/ls-cmd.c
+++ subversion/clients/cmdline/ls-cmd.c Mon Sep 9 23:30:04 2002
@@ -84,7 +84,7 @@
              apr_time_exp_lt (&exp_time, dirent->time);

              apr_err = apr_strftime (timestr, &size, sizeof (timestr),
- "%b %d %H:%m", &exp_time);
+ "%b %d %H:%M", &exp_time);

              /* if that failed, just zero out the string and print
nothing */
              if (apr_err)

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Tue Sep 10 00:48:24 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.