Revision: 1739
http://gtkpod.svn.sourceforge.net/gtkpod/?rev=1739&view=rev
Author: jcsjcs
Date: 2007-10-26 19:36:49 -0700 (Fri, 26 Oct 2007)
Log Message:
-----------
* src/fetchcover.c (fetchcover_cleanup): function only used if curl
is available -- avoid compilation warning
Modified Paths:
--------------
gtkpod/trunk/ChangeLog_detailed
gtkpod/trunk/src/fetchcover.c
Modified: gtkpod/trunk/ChangeLog_detailed
===================================================================
--- gtkpod/trunk/ChangeLog_detailed 2007-10-27 00:03:16 UTC (rev 1738)
+++ gtkpod/trunk/ChangeLog_detailed 2007-10-27 02:36:49 UTC (rev 1739)
@@ -1,3 +1,8 @@
+2007-10-27 Jorg Schuler <jcsjcs at users.sourceforge.net>
+
+ * src/fetchcover.c (fetchcover_cleanup): function only used if curl
+ is available -- avoid compilation warning
+
2007-10-27 P.G. Richardson <phantom_sf at users.sourceforge.net>
* src/display_coverart.c
Modified: gtkpod/trunk/src/fetchcover.c
===================================================================
--- gtkpod/trunk/src/fetchcover.c 2007-10-27 00:03:16 UTC (rev 1738)
+++ gtkpod/trunk/src/fetchcover.c 2007-10-27 02:36:49 UTC (rev 1739)
@@ -460,14 +460,14 @@
*
* Cleanup fetchcover bits and pieces
*/
+#ifdef HAVE_CURL
static void fetchcover_cleanup()
{
- #ifdef HAVE_CURL
if (fetchcover_curl_data.memory)
{
g_free (fetchcover_curl_data.memory);
fetchcover_curl_data.memory = NULL;
fetchcover_curl_data.size = 0;
}
- #endif /* CURL */
}
+#endif
This was sent by the SourceForge.net collaborative development platform, the
world's largest Open Source development site.
-------------------------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems? Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now >> http://get.splunk.com/
_______________________________________________
gtkpod-cvs2 mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/gtkpod-cvs2