Re: svn commit: r1095756 - in /subversion/trunk: build.conf subversion/tests/cmdline/lock-wc-dir.c subversion/tests/cmdline/svntest/actions.py subversion/tests/cmdline/svntest/main.py
From: Daniel Shahaf <d.s_at_daniel.shahaf.name>
Date: Thu, 21 Apr 2011 19:59:29 +0300
rhuijben_at_apache.org wrote on Thu, Apr 21, 2011 at 15:47:25 -0000:
This allows argc == 2,
> + if (apr_initialize() != APR_SUCCESS)
in which case argv[2] == NULL,
> +static svn_error_t *
which is then passed to to this function, which ultimately calls
> +}
In short: did you mean "if (argc != 3)"?
|
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.