From d00625dae60f26617d2e1bd4f22c6b35a4e92c91 Mon Sep 17 00:00:00 2001 From: Werner Koch Date: Wed, 4 May 2016 11:04:43 +0200 Subject: Some minor string changes and fixed a printf format. * g10/build-packet.c (notation_value_to_human_readable_string): Use %zu for size_t. Signed-off-by: Werner Koch --- common/simple-pwquery.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'common/simple-pwquery.c') diff --git a/common/simple-pwquery.c b/common/simple-pwquery.c index b2d666cc7..bdad14093 100644 --- a/common/simple-pwquery.c +++ b/common/simple-pwquery.c @@ -694,7 +694,7 @@ simple_query (const char *query) else { #ifdef SPWQ_USE_LOGGING - log_error (_("problem with the agent (unexpected response \"%s\"\n"), + log_error (_("problem with the agent (unexpected response \"%s\")\n"), response); #endif rc = SPWQ_ERR_RESPONSE; -- cgit v1.2.3