[Xfce4-commits] <xfce4-terminal:master> Fix format warning.

Nick Schermer noreply at xfce.org
Sun May 5 20:42:02 CEST 2013


Updating branch refs/heads/master
         to a8f7433fe65f1bf0e7b4585f2237f5cb9d9aa11c (commit)
       from bff808b850866ef1dee06a822eeed55b8815e4a8 (commit)

commit a8f7433fe65f1bf0e7b4585f2237f5cb9d9aa11c
Author: Nick Schermer <nick at xfce.org>
Date:   Sun May 5 20:14:04 2013 +0200

    Fix format warning.

 terminal/terminal-gdbus.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/terminal/terminal-gdbus.c b/terminal/terminal-gdbus.c
index 2b5a390..352d7cb 100644
--- a/terminal/terminal-gdbus.c
+++ b/terminal/terminal-gdbus.c
@@ -89,7 +89,7 @@ terminal_gdbus_method_call (GDBusConnection       *connection,
         {
           g_dbus_method_invocation_return_error (invocation,
               TERMINAL_ERROR, TERMINAL_ERROR_OPTIONS,
-              error->message);
+              "%s", error->message);
           g_error_free (error);
         }
       else


More information about the Xfce4-commits mailing list