View | Details | Raw Unified | Return to bug 134091 | Differences between
and this patch

Collapse All | Expand All

(-)b/distfiles/subversion/svn_hacks_1.3.diff (-1 / +1 lines)
Lines 449-455 Link Here
449
          that follows it.  */
449
          that follows it.  */
450
       truncate_buffer_at_prefix(&(log_msg_buf->len), log_msg_buf->data,
450
       truncate_buffer_at_prefix(&(log_msg_buf->len), log_msg_buf->data,
451
                                 EDITOR_EOF_PREFIX);
451
                                 EDITOR_EOF_PREFIX);
452
+      cleanmsg(NULL, (char*)*log_msg);
452
+      cleanmsg(NULL, (char *)log_msg_buf->data);
453
 
453
 
454
       /* Make a string from a stringbuf, sharing the data allocation. */
454
       /* Make a string from a stringbuf, sharing the data allocation. */
455
       log_msg_str->data = log_msg_buf->data;
455
       log_msg_str->data = log_msg_buf->data;

Return to bug 134091