Re: gtkpod 2.0.1 beta release
Götz Waschk <[email protected]>
| Newsgroups | gmane.comp.ipod.gtkpod |
|---|---|
| Message-ID | <[email protected]> |
On Sun, May 1, 2011 at 6:02 PM, phantomjinx <[email protected]> wrote: > Beta release of 2.0.1. > > https://downloads.sourceforge.net/project/gtkpod/gtkpod/gtkpod-2.0.0-unstable/gtkpod-2.0.1-beta.tar.gz?r=&ts=1304265621&use_mirror=leaseweb Hi, here is a small build fix. Regards, Götz -- AL I:40: Do what thou wilt shall be the whole of the Law. ------------------------------------------------------------------------------ WhatsUp Gold - Download Free Network Management Software The most intuitive, comprehensive, and cost-effective network management toolset available today. Delivers lowest initial acquisition cost and overall TCO of any competing solution. http://p.sf.net/sfu/whatsupgold-sd _______________________________________________ Gtkpod-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/gtkpod-devel
gtkpod-2.0.1-beta-format-strings.patch
(text/x-patch, 452 B)
--- gtkpod-2.0.1/libgtkpod/gp_private.c.format-strings 2011-05-02 09:18:34.000000000 +0200
+++ gtkpod-2.0.1/libgtkpod/gp_private.c 2011-05-02 09:19:00.000000000 +0200
@@ -125,5 +125,5 @@ void gtkpod_log_error(GError **error, gc
g_set_error (error,
GTKPOD_GENERAL_ERROR, /* error domain */
GTKPOD_GENERAL_ERROR_FAILED, /* error code */
- msg);
+ "%s", msg);
}