[packages/gtkpod] - fix format-security error

kiesiu kiesiu at pld-linux.org
Mon Oct 22 21:05:19 CEST 2012


commit a972567b8af95cfdec73ae341b63398ed7b331e7
Author: Łukasz Kieś <kiesiu at pld-linux.org>
Date:   Mon Oct 22 20:38:43 2012 +0200

    - fix format-security error

 format-security-error.patch | 11 +++++++++++
 1 file changed, 11 insertions(+)
---
diff --git a/format-security-error.patch b/format-security-error.patch
new file mode 100644
index 0000000..d65137f
--- /dev/null
+++ b/format-security-error.patch
@@ -0,0 +1,11 @@
+--- a/plugins/clarity/clarity_cover.c
++++ b/plugins/clarity/clarity_cover.c
+@@ -241,7 +241,7 @@ void clarity_cover_set_album_item (ClarityCover *self, AlbumItem *item) {
+     // Set cover artwork
+     gtk_clutter_texture_set_from_pixbuf (GTK_CLUTTER_TEXTURE(priv->texture), item->albumart, &error);
+     if (error) {
+-        g_warning(error->message);
++        g_warning("%s", error->message);
+         g_error_free(error);
+         return;
+     }
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/gtkpod.git/commitdiff/6a6ed57a3ce8641b1a32870efe24cd7c27fe71fe



More information about the pld-cvs-commit mailing list