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

Re: CVS update: subversion/subversion/libsvn_fs dag.c

From: Jim Blandy <jimb_at_zwingli.cygnus.com>
Date: 2001-02-22 17:16:53 CET

sussman@tigris.org writes:
> + while (flag)
> + {
> + /* If current flag is a list... */
> + if (flag->children)

The correct way to test whether a skel is a list is to check whether
flag->is_atom is false. If flag->is_atom is true, flag->children is
undefined.
Received on Sat Oct 21 14:36:23 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.