mirror of
git://git.gnupg.org/gnupg.git
synced 2025-07-02 22:46:30 +02:00
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>
This commit is contained in:
parent
04cc7c3786
commit
d00625dae6
3 changed files with 16 additions and 9 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue