You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@subversion.apache.org by br...@apache.org on 2012/10/31 06:17:18 UTC

svn propchange: r1403982 - svn:log

Author: breser
Revision: 1403982
Modified property: svn:log

Modified: svn:log at Wed Oct 31 05:17:18 2012
------------------------------------------------------------------------------
--- svn:log (original)
+++ svn:log Wed Oct 31 05:17:18 2012
@@ -1,7 +1,7 @@
 Fix a compile warning and a memory leak in rep_write_cleanup.
 
 * subversion/libsvn_fs_fs/fs_fs.c
-  (rep_write_cleanup): txn_id shouldn't be a const and need to clear the err
+  (rep_write_cleanup): txn_id should be a const and need to clear the err
     since we don't return it.
 
 Found by: danielsh