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

Re: svn commit: r17034 - in trunk/subversion: mod_authz_svn mod_dav_svn

From: Greg Hudson <ghudson_at_MIT.EDU>
Date: 2005-10-27 07:47:40 CEST

On Wed, 2005-10-26 at 11:02 -0500, kfogel@tigris.org wrote:
> + (svn_err->message ?
> + svn_err->message :
> + "[no further information available]"));

A message field of NULL is supposed to mean "use the description of the
error code", not "use a placeholder string". Perhaps we could add a
helper function to libsvn_subr.c to simplify these cases.

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Thu Oct 27 07:49:20 2005

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.