diff options
author | Werner Koch <wk@gnupg.org> | 2016-05-04 11:04:43 +0200 |
---|---|---|
committer | Werner Koch <wk@gnupg.org> | 2016-05-04 11:05:13 +0200 |
commit | d00625dae60f26617d2e1bd4f22c6b35a4e92c91 (patch) | |
tree | ffc9b4f3a1ced708523658675e1f19a318e8fb17 /common/simple-pwquery.c | |
parent | build: Update config.{guess,sub} to 2016-04-02 and 2016-03-30. (diff) | |
download | gnupg2-d00625dae60f26617d2e1bd4f22c6b35a4e92c91.tar.xz gnupg2-d00625dae60f26617d2e1bd4f22c6b35a4e92c91.zip |
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 <wk@gnupg.org>
Diffstat (limited to 'common/simple-pwquery.c')
-rw-r--r-- | common/simple-pwquery.c | 2 |
1 files changed, 1 insertions, 1 deletions
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; |