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

Re: A first check of SVN 1.1.4....

From: Max Bowsher <maxb_at_ukf.net>
Date: 2005-04-05 17:47:19 CEST

NormW wrote:
> Greetings from Au...
> Just running the Metrowerks CodeWarrior passed the newly released 1.1.4
> to build for the NetWare platform on a Win box, and got the following
> error building svndumpfilter...
>
> at line 694 in main.c
> SVN_ERR (svn_stream_write (nb->rb->pb->out_stream, "\n\n", &len));
> ^
> illegal implied conversion from 'int *' to 'unsigned int *'
>
> Changing line 683 from:
> int len = 2;
> to:
> apr_size_t len = 2;
>
> cures the issue and the build goes to completion.

Thanks for the report. Was already fixed on trunk, but got overlooked for
1.1.4.
Nominated for 1.1.5.

Max.

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Tue Apr 5 17:54:02 2005

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.