From 9d9c5e05b6b360b967098acf25c1a97fe89e8c6b Mon Sep 17 00:00:00 2001 From: Hans-Christoph Steiner Date: Tue, 22 Jan 2013 19:10:54 +0000 Subject: fix format-security warnings svn path=/trunk/externals/miXed/; revision=16964 --- shared/common/mifi.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'shared/common/mifi.c') diff --git a/shared/common/mifi.c b/shared/common/mifi.c index 2e216f5..8550891 100644 --- a/shared/common/mifi.c +++ b/shared/common/mifi.c @@ -216,7 +216,7 @@ static void mifi_error(t_pd *x, char *fmt, ...) if (x) { startpost("%s's ", class_getname(*x)); - pd_error(x, buf); + pd_error(x, "%s", buf); } else post("mifi error: %s", buf); va_end(ap); -- cgit v1.2.1