gconf r2703 - in trunk: . gconf
- From: chpe svn gnome org
- To: svn-commits-list gnome org
- Subject: gconf r2703 - in trunk: . gconf
- Date: Wed, 22 Oct 2008 10:05:50 +0000 (UTC)
Author: chpe
Date: Wed Oct 22 10:05:50 2008
New Revision: 2703
URL: http://svn.gnome.org/viewvc/gconf?rev=2703&view=rev
Log:
* gconf/gconf-backend.c: (gconf_backend_unref): Fix one 'format not a
string literal and no format arguments' warning.
Modified:
trunk/ChangeLog
trunk/gconf/gconf-backend.c
Modified: trunk/gconf/gconf-backend.c
==============================================================================
--- trunk/gconf/gconf-backend.c (original)
+++ trunk/gconf/gconf-backend.c Wed Oct 22 10:05:50 2008
@@ -417,7 +417,7 @@
if (error != NULL)
{
- g_warning(error->message);
+ g_warning("%s", error->message);
g_error_free(error);
}
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]