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

Re: svn commit: r9407 - trunk/subversion/libsvn_client

From: Erik Hülsmann <e.huelsmann_at_gmx.net>
Date: 2004-04-18 12:25:52 CEST
('binary' encoding is not supported, stored as-is) >Modified: trunk/subversion/libsvn_client/cat.c
>==============================================================================
>--- trunk/subversion/libsvn_client/cat.c (original)
>+++ trunk/subversion/libsvn_client/cat.c Fri Apr 16 16:48:48 2004
>@@ -70,7 +70,7 @@
> if (svn_path_is_url (path_or_url))
> {
> /* If an explicit URL was passed in, just use it. */
>- *good_rev = *revision;
>+ good_rev = revision;
> url = initial_url;
> }
> else

My gcc complains now:

subversion/libsvn_client/cat.c: In function `svn_client_cat':
subversion/libsvn_client/cat.c:73: warning: assignment discards qualifiers from
pointer target type

bye,

Erik.

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Sun Apr 18 12:26:52 2004

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.