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/11/22 20:10:56 UTC

svn propchange: r1412639 - svn:log

Author: brane
Revision: 1412639
Modified property: svn:log

Modified: svn:log at Thu Nov 22 19:10:56 2012
------------------------------------------------------------------------------
--- svn:log (original)
+++ svn:log Thu Nov 22 19:10:56 2012
@@ -1,7 +1,7 @@
 Fix a couple nits in the string-LCS algorithm.
 
 * subversion/libsvn_subr/string.c (svn_string__similarity): Fix the common
-   suffix scanner, removing an edge-case buf, as per Julians most welcome
+   suffix scanner, removing an edge-case bug, as per Julians most welcome
    suggestion. Also fix a string indexing bug (though I've no idea how that
    could've slipped past the test cases) and only initialize the part of the
-   buffer that we actually need.
+   buffer that don't immediately overwrite..