Author: vasi Date: Wed Oct 4 18:24:39 2006 New Revision: 82 URL: <http://svn.finkproject.org/websvn/listing.php?sc=1&rev=82&repname=user%3a+vasi> Log: no good reason for that to be const, i guess
Modified: ccache-multiarch/trunk/ccache.c Modified: ccache-multiarch/trunk/ccache.c URL: <http://svn.finkproject.org/websvn/diff.php?path=/ccache-multiarch/trunk/ccache.c&rev=82&repname=user%3a+vasi> ============================================================================== --- ccache-multiarch/trunk/ccache.c (original) +++ ccache-multiarch/trunk/ccache.c Wed Oct 4 18:24:39 2006 @@ -70,7 +70,7 @@ static ARGS *arch_outs = NULL; /* Final output file, may be multi-arch */ -static const char *final_out = NULL; +static char *final_out = NULL; /* The output filename being used for the current arch, may be intermediate */ static char *current_out = NULL; ------------------------------------------------------------------------- Take Surveys. Earn Cash. Influence the Future of IT Join SourceForge.net's Techsay panel and you'll get the chance to share your opinions on IT & business topics through brief surveys -- and earn cash http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV _______________________________________________ Fink-commits mailing list Fink-commits@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/fink-commits