Re: svn commit: rev 4775 - in branches/issue-1037-uuids/subversion: include libsvn_repos
From: Greg Stein <gstein_at_lyra.org>
Date: 2003-02-13 03:08:29 CET
On Thu, Feb 06, 2003 at 09:57:54PM -0600, mbk@tigris.org wrote:
static const. Let's keep that mutable data segment small! :-)
> + const char *p = strchr(versionstring, ':');
Personally, I prefer the following form:
if (p == NULL
As you read down the lines, it is easier to see how the conditions are being
Style nit, of course, so feel free to ignore. Or ponder and change :-)
>...
May as well use 'value' here rather than another atoi() call.
I'll also note that you aren't using the results of the version parsing.
IOW, the stated format of the file doesn't match the implementation. The
Cheers,
-- Greg Stein, http://www.lyra.org/ --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org For additional commands, e-mail: dev-help@subversion.tigris.orgReceived on Thu Feb 13 03:04:53 2003 |
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.