rhythmbox r6266 - in trunk: . plugins/mtpdevice



Author: jmatthew
Date: Mon Mar 30 22:12:32 2009
New Revision: 6266
URL: http://svn.gnome.org/viewvc/rhythmbox?rev=6266&view=rev

Log:
2009-03-31  Jonathan Matthew  <jonathan d14n org>

	* plugins/mtpdevice/rb-mtp-source.c: (artwork_notify_cb):
	Use correct printf format for the image size.


Modified:
   trunk/ChangeLog
   trunk/plugins/mtpdevice/rb-mtp-source.c

Modified: trunk/plugins/mtpdevice/rb-mtp-source.c
==============================================================================
--- trunk/plugins/mtpdevice/rb-mtp-source.c	(original)
+++ trunk/plugins/mtpdevice/rb-mtp-source.c	Mon Mar 30 22:12:32 2009
@@ -1232,7 +1232,7 @@
 	if (ret != 0) {
 		report_libmtp_errors (priv->device, TRUE);
 	} else {
-		rb_debug ("successfully set album art for %s (%d bytes)", album_name, image_size);
+		rb_debug ("successfully set album art for %s (%" G_GSIZE_FORMAT " bytes)", album_name, image_size);
 	}
 
 	/* libmtp will try to free this if we don't clear the pointer */



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]