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

Re: [PATCH] Implement sharding for FSFS

From: Eric Gillespie <epg_at_pretzelnet.org>
Date: 2007-04-04 21:11:17 CEST

Malcolm Rowe <malcolm@farside.org.uk> writes:

> +read_format(int *pformat, int *max_files_per_dir,
> + const char *path, apr_pool_t *pool)
> {
> - svn_error_t *err = svn_io_read_version_file(pformat, file, pool);
> + svn_error_t *err;
> + apr_file_t *file;
> + char buf[80];

Could we have some explanation of 80 here?

-- 
Eric Gillespie <*> epg@pretzelnet.org
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Wed Apr 4 21:12:28 2007

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.