On Sat, Mar 10, 2007 at 03:22:26AM -0800, dionisos@tigris.org wrote:
> * subversion/libsvn_wc/entries.h
> (SVN_WC__ENTRY_ATTR_WORKING_SIZE,
> SVN_WC__ENTRY_MODIFY_WORKING_SIZE): New constant.
> (SVN_WC__ENTRY_MODIFY_ALL): Adjust to include all bits again.
> (SVN_WC__ENTRY_MODIDY_FORCE): Move this flag to the topmost bit to prevent
> it shifting every time we define a new bit.
>
> --- trunk/subversion/libsvn_wc/entries.h (original)
> +++ trunk/subversion/libsvn_wc/entries.h Sat Mar 10 03:22:25 2007
> /* ...or perhaps this to mean all of those above... */
> -#define SVN_WC__ENTRY_MODIFY_ALL APR_INT64_C(0xFFFFFFFF)
> +#define SVN_WC__ENTRY_MODIFY_ALL APR_INT64_C(0x000000001FFFFFFF)
>
Uh, did you miscount the 'F's there?
Regards,
Malcolm
- application/pgp-signature attachment: stored
Received on Sun Mar 11 19:25:15 2007