You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@subversion.apache.org by rh...@apache.org on 2010/09/07 14:36:07 UTC

svn propchange: r993314 - svn:log

Author: rhuijben
Revision: 993314
Modified property: svn:log

Modified: svn:log at Tue Sep  7 12:36:07 2010
------------------------------------------------------------------------------
--- svn:log (original)
+++ svn:log Tue Sep  7 12:36:07 2010
@@ -1,3 +1,3 @@
 * subversion/libsvn_diff/parse-diff.c
-  (parse_offset): Pass a apr_uint64_t * instead of a unsigned * to
+  (parse_offset): Pass an apr_uint64_t * instead of an unsigned int* to
     svn_cstring_strtoui64(). This fixes several patch tests on 32 bit systems.