You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@subversion.apache.org by gs...@apache.org on 2013/07/02 19:59:50 UTC

svn propchange: r1498885 - svn:log

Author: gstein
Revision: 1498885
Modified property: svn:log

Modified: svn:log at Tue Jul  2 17:59:50 2013
------------------------------------------------------------------------------
--- svn:log (original)
+++ svn:log Tue Jul  2 17:59:50 2013
@@ -2,5 +2,5 @@ Fix change initialization in the Ev2 com
 The shims expect an uninitialized change record's kind to be svn_node_unknown,
 but it was initialized to zero, which is svn_node_none.
 
-* subversion/libsvn_delta/compat.c (locate_change):
-   Init change->kind explicitly to svn_node_unknown.
+* subversion/libsvn_delta/compat.c:
+  (locate_change): Init change->kind explicitly to svn_node_unknown.