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.