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

Re: svn commit: r9150 - trunk/subversion/libsvn_client

From: C. Michael Pilato <cmpilato_at_collab.net>
Date: 2004-03-20 05:19:57 CET

Greg Stein <gstein@lyra.org> writes:

> > - if (strcmp (propname, SVN_PROP_REVISION_AUTHOR) == 0
> > - && strchr (propval->data, '\n') != NULL && !force)
> > + if ((strcmp (propname, SVN_PROP_REVISION_AUTHOR) == 0)
> > + && propval
> > + && propval->data
>
> propval->data can't be NULL, so this check is extraneous. If we had to
> add that check everywhere... eesh. :-)

r9166. Thanks.

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Sat Mar 20 05:21:05 2004

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.