[Pkg-gtkpod-devel] Bug#689380: fix

Matteo F. Vescovi mfv.debian at gmail.com
Wed Oct 3 08:43:45 UTC 2012


Hi!

On Wed, Oct 3, 2012 at 2:09 AM, Wendy Elmer <webe3vt at aim.com> wrote:
> The problem is here:
>
> clarity_cover.c: In function 'clarity_cover_set_album_item':
>
> clarity_cover.c:244:9: error: format not a string literal and no format
> arguments [-Werror=format-security]
>
> I fixed the problem like this:
>
> gtkpod-2.1.2/plugins/clarity/clarity_cover.c
>
>     // Set cover artwork
>     gtk_clutter_texture_set_from_pixbuf (GTK_CLUTTER_TEXTURE(priv->texture),
> item->albumart, &error);
>     if (error) {
> +       g_warning("%s", error->message);
> -       g_warning(error->message);
>         g_error_free(error);
>         return;
>     }
>
> After the fix gtkpod compiled.

Feel free to contact upstream maintainer and provide him a patch
fixing this issue.

Cheers.

-- 
Matteo F. Vescovi
Debian Maintainer
GnuPG KeyID: 83B2CF7A



More information about the Pkg-gtkpod-devel mailing list