Re: svn commit: rev 4721 - in trunk/subversion: clients/cmdline svnversion
From: Philip Martin <philip_at_codematters.co.uk>
Date: 2003-02-04 20:38:58 CET
rooneg@tigris.org writes:
> Author: rooneg
The first member of svn_cl__opt_state_t is a structure, so 0 is not a
../svn/subversion/clients/cmdline/main.c: In function `main':
I suggest either
svn_cl__opt_state_t opt_state = { };
or
svn_cl__opt_state_t opt_state = { { 0 } };
-- Philip Martin --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org For additional commands, e-mail: dev-help@subversion.tigris.orgReceived on Tue Feb 4 20:39:46 2003 |
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.