[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

Re: svn commit: rev 828 - trunk/subversion/include trunk/subversion/libsvn_wc trunk/subversion/bindings/ruby trunk/subversion/clients/cmdline

From: Greg Stein <gstein_at_lyra.org>
Date: 2002-01-11 05:53:53 CET

On Thu, Jan 10, 2002 at 10:24:25PM -0600, kfogel@tigris.org wrote:
>...
> svn_error_t *svn_wc_text_modified_p (svn_boolean_t *modified_p,
> svn_stringbuf_t *filename,
> + svn_boolean_t use_timestamp,
> apr_pool_t *pool);

Note the svn_boolean_t type.

>...
> +++ NEW/trunk/subversion/libsvn_wc/diff.c Thu Jan 10 22:24:17 2002
> @@ -303,7 +303,7 @@
> break;
>
> default:
> - SVN_ERR (svn_wc_text_modified_p (&modified, path, dir_baton->pool));
> + SVN_ERR (svn_wc_text_modified_p (&modified, path, 1, dir_baton->pool));

So why use "1" rather than TRUE / FALSE throughout?

Cheers,
-g

-- 
Greg Stein, http://www.lyra.org/
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Sat Oct 21 14:36:56 2006

This is an archived mail posted to the Subversion Dev mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.