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

Re: svn commit: r1127889 - /subversion/trunk/subversion/tests/libsvn_wc/op-depth-test.c

From: Greg Stein <gstein_at_gmail.com>
Date: Thu, 26 May 2011 08:42:51 -0400

On May 26, 2011 8:38 AM, <julianfoad_at_apache.org> wrote:
>...
> @@ -416,6 +409,13 @@ check_db_rows(svn_test__sandbox_t *b,
> svn_sqlite__db_t *sdb;
> int i;
> svn_sqlite__stmt_t *stmt;
> + const char *const statements[] = {
> + "SELECT op_depth, presence, local_relpath, revision, repos_path "
> + "FROM nodes "
> + "WHERE local_relpath = ?1 OR local_relpath LIKE ?2",
> + NULL };

That should be static. Probably the same for other functions, too.
Received on 2011-05-26 14:43:26 CEST

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.