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
|
@ -1088,7 +1088,7 @@ notation_value_to_human_readable_string (struct notation *notation)
|
|||
preview[i] = '?';
|
||||
preview[i] = 0;
|
||||
|
||||
return xasprintf (_("[ not human readable (%zd bytes: %s%s) ]"),
|
||||
return xasprintf (_("[ not human readable (%zu bytes: %s%s) ]"),
|
||||
len, preview, i < len ? "..." : "");
|
||||
}
|
||||
else
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue