[anjuta] symbol-db: Fix wrong usage of g_message (bgo#644595)
- From: Johannes Schmid <jhs src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [anjuta] symbol-db: Fix wrong usage of g_message (bgo#644595)
- Date: Sat, 19 Mar 2011 15:31:47 +0000 (UTC)
commit cabd6625353558975c99f35b03ef525073baec40
Author: Johannes Schmid <jhs gnome org>
Date: Sat Mar 19 11:26:15 2011 -0400
symbol-db: Fix wrong usage of g_message (bgo#644595)
plugins/symbol-db/symbol-db-engine-core.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/plugins/symbol-db/symbol-db-engine-core.c b/plugins/symbol-db/symbol-db-engine-core.c
index 5bf058d..771b462 100644
--- a/plugins/symbol-db/symbol-db-engine-core.c
+++ b/plugins/symbol-db/symbol-db-engine-core.c
@@ -444,7 +444,7 @@ sdb_engine_get_statement_by_query_id (SymbolDBEngine * dbe, static_query_type qu
if (error)
{
- g_warning (error->message);
+ g_warning ("%s", error->message);
g_error_free (error);
return NULL;
}
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]