On May 9, 2011 12:36 PM, <stef...@apache.org> wrote: > > Author: stefan2 > Date: Mon May 9 16:36:28 2011 > New Revision: 1101102 > > URL: http://svn.apache.org/viewvc?rev=1101102&view=rev > Log: > Fix conversion and signedness comparison warnings concerning the "fuzz" > factor. That value is non-negative, thus we can use the same type as for > the values that we combine or compare it with. > > * subversion/include/svn_wc.h > (svn_wc_notify_t): make hunk_fuzz a "number of lines" > * subversion/libsvn_client/patch.c > (hunk_info_t, match_hunk, scan_for_match, get_hunk_info, apply_one_patch): > make all fuzz values a "number of lines" > * subversion/svn/notify.c > (notify): adapt format strings
Isn't this kinda like using a time type to hold duration? :-P Cheers, -g