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

[PATCH] svn_fs_contents_changed

From: Garrett Rooney <rooneg_at_electricjellyfish.net>
Date: 2001-09-18 02:05:30 CEST

while reading over the subversion source code this weekend, i noticed
that svn_fs_contents_changed() was taking a pointer to an int as one
of its arguments, when it was using it as a bool. this patch changes
it to use an svn_boolean_t for clarity and updates the only place in
the tree that calls it. maybe it'll save someone else from a moment
of confusion later on.

* svn_fs.h (svn_fs_contents_changed): change changed_p to a
  svn_boolean_t instead of an int for clarity.
* tree.c (svn_fs_contents_changed): change changed_p to a
  svn_boolean_t instead of an int for clarity.
* path.c (delta_files): change changed to a svn_boolean_t for clarity.

-- 
garrett rooney                     Unix was not designed to stop you from 
rooneg@electricjellyfish.net       doing stupid things, because that would  
http://electricjellyfish.net/      stop you from doing clever things.


---------------------------------------------------------------------
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:41 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.