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':
bye,
Erik.
---------------------------------------------------------------------
|
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.