swt2c / rpms / iaxclient

Forked from rpms/iaxclient 5 years ago
Clone
6c88097
diff -rupN iax-0.2.3/src/iax2-parser.c iax-0.2.3-new/src/iax2-parser.c
6c88097
--- iax-0.2.3/src/iax2-parser.c	2014-08-10 16:36:22.000000000 +0200
6c88097
+++ iax-0.2.3-new/src/iax2-parser.c	2014-08-10 17:03:39.707412208 +0200
6c88097
@@ -52,7 +52,7 @@ static unsigned short get_uint16(unsigne
6c88097
 
6c88097
 static void internaloutput(const char *str)
6c88097
 {
6c88097
-	printf(str);
6c88097
+	printf("%s", str);
6c88097
 }
6c88097
 
6c88097
 static void internalerror(const char *str)