You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@subversion.apache.org by ro...@animalcules.com on 2002/12/08 22:45:51 UTC

Patch for issue 1027

> 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