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

Re: svn commit: r11155 - in trunk/subversion: clients/cmdline include libsvn_client libsvn_ra_dav libsvn_ra_local libsvn_ra_svn libsvn_repos mod_dav_svn svnserve tests/clients/cmdline/getopt_tests_data

From: Philip Martin <philip_at_codematters.co.uk>
Date: 2004-09-28 03:52:27 CEST

rooneg@tigris.org writes:

> Author: rooneg
> Date: Mon Sep 27 20:22:42 2004
> New Revision: 11155

> --- trunk/subversion/svnserve/serve.c (original)
> +++ trunk/subversion/svnserve/serve.c Mon Sep 27 20:22:42 2004
> @@ -887,12 +887,16 @@
> apr_array_header_t *paths, *full_paths;
> svn_ra_svn_item_t *elt;
> int i;
> + int limit;
> log_baton_t lb;
>
> /* Parse the arguments. */
> - SVN_ERR(svn_ra_svn_parse_tuple(params, pool, "l(?r)(?r)bb", &paths,
> + SVN_ERR(svn_ra_svn_parse_tuple(params, pool, "l(?r)(?r)bb?n", &paths,
> &start_rev, &end_rev, &changed_paths,
> - &strict_node));
> + &strict_node, &limit));
> + if (limit == SVN_RA_SVN_UNSPECIFIED_NUMBER)

../svn/subversion/svnserve/serve.c: In function `log_cmd':
../svn/subversion/svnserve/serve.c:897: warning: comparison between signed and unsigned

Should limit be apr_uint64_t rather than int?

-- 
Philip Martin
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Tue Sep 28 03:52:52 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.