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

docstring query

From: Edmund Wong <ed_at_kdtc.net>
Date: Tue, 21 Apr 2009 22:26:17 +0800

Hi,

For the docstring of typedef struct svn_wc_diff_callbacks4_t
in include/svn_wc.h, I came across something that I'm
a bit confused about:

"
If @a tree_conflicted is non-NULL, set @a *tree_conflicted to true if
this operation caused a tree conflict, else to false. "

But if it (I assume the first mention of tree_conflicted should
have a * before it, right) * tree_conflicted is non-NULL, doesn't
this mean it is true, so why is it necessary to set it to true?

And if it is NULL, is it not by definition, false?

Any clarifications appreciated.

Edmund

------------------------------------------------------
http://subversion.tigris.org/ds/viewMessage.do?dsForumId=462&dsMessageId=1844241
Received on 2009-04-21 16:26:47 CEST

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.