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

Patch for issue 1027

From: <rotering_at_animalcules.com>
Date: 2002-12-08 23:45:51 CET

> how about putting together a patch and a log message for it? i'll be
> happy to review and commit it for you.

        * subversion/clients/cmdline/util.c
        
        (svn_cl__get_log_message):
        Initialize block variable msg2 to NULL.

Index: subversion/clients/cmdline/util.c
===================================================================
--- subversion/clients/cmdline/util.c (revision 4054)
+++ subversion/clients/cmdline/util.c (working copy)
@@ -406,7 +406,7 @@
       int i;
       svn_stringbuf_t *tmp_message = svn_stringbuf_create (default_msg, pool);
       svn_error_t *err = NULL;
- const char *msg2; /* ### shim for svn_cl__edit_externally */
+ const char *msg2 = NULL; /* ### shim for svn_cl__edit_externally */

       for (i = 0; i < commit_items->nelts; i++)
         {

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Sun Dec 8 23:46:29 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.