diff libpurple/protocols/qq/utils.c @ 24398:0320b4a33432

Backport the 'purple_debug_*(msg)' -> 'purple_debug_*("%s", msg);' fixes. applied changes from fef93b50fe2b6c172be07648cbc70b62a42fcfff through 111d22afa901c48464e4da4d37d1cca3381ae162
author Richard Laager <rlaager@wiktel.com>
date Sun, 16 Nov 2008 06:50:19 +0000
parents 7c0a56c5fea0
children fecedf6d9ee1
line wrap: on
line diff
--- a/libpurple/protocols/qq/utils.c	Sun Nov 16 00:10:02 2008 +0000
+++ b/libpurple/protocols/qq/utils.c	Sun Nov 16 06:50:19 2008 +0000
@@ -325,7 +325,7 @@
 	va_end(args);
 
 	if (bytes <= 0) {
-		purple_debug(level, category, arg_s);
+		purple_debug(level, category, "%s", arg_s);
 		return;
 	}