Re: [PATCH] issue #532 read-only admin area
From: Karl Fogel <kfogel_at_newton.ch.collab.net>
Date: 2002-01-28 17:09:39 CET
Philip Martin <philip@codematters.co.uk> writes:
Watch out for occurrences where we really do want to check the error
But, yes, all occurrences of
err = blah();
can be changed to
SVN_ERR (blah ());
when `err' is an svn_error_t *.
---------------------------------------------------------------------
|
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.