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

Re: [PATCH] #1 Update on port to OS400/EBCDIC

From: Garrett Rooney <rooneg_at_electricjellyfish.net>
Date: 2006-02-13 19:16:25 CET

On 2/13/06, Paul Burba <paulb@softlanding.com> wrote:

> /* Else, parse options. */
> - apr_getopt_init (&os, pool, argc, argv);
> + svn_cmdline_getopt_init (&os, pool, argc, argv);

If svn_cmdline_getopt_init is going to return a svn_error_t it really
needs to be checked, rather than just ignored. Not that the existing
code was doing so well in that department mind you, but it's still
wrong.

-garrett

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Mon Feb 13 19:17:02 2006

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.