[Telepathy-commits] [telepathy-sofiasip/master] Fixed a printf format warning

Mikhail Zabaluev mikhail.zabaluev at nokia.com
Mon Nov 17 07:56:40 PST 2008


---
 src/write-mgr-file.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/src/write-mgr-file.c b/src/write-mgr-file.c
index cc21d7a..486f3af 100644
--- a/src/write-mgr-file.c
+++ b/src/write-mgr-file.c
@@ -102,7 +102,7 @@ main (void)
                                tpsip_protocols, &error);
   if (!s)
     {
-      fprintf(stderr, error->message);
+      fprintf(stderr, "%s\n", error->message);
       g_error_free(error);
       return 1;
     }
-- 
1.5.6.5




More information about the Telepathy-commits mailing list