mirror of
git://git.gnupg.org/gnupg.git
synced 2025-07-02 22:46:30 +02:00
Fix bug#1122.
Note that msgmerge 0.17 is completely broken as it always prepends a fuzzy null entry to all po files.
This commit is contained in:
parent
deba82bd76
commit
35ab964c86
33 changed files with 1767 additions and 1619 deletions
|
@ -42,7 +42,8 @@
|
|||
#include "ttyio.h"
|
||||
#include "trustdb.h"
|
||||
|
||||
/* Generate a new photo id packet, or return NULL if canceled */
|
||||
/* Generate a new photo id packet, or return NULL if canceled.
|
||||
FIXME: Should we add a duplicates check similar to generate_user_id? */
|
||||
PKT_user_id *
|
||||
generate_photo_id(PKT_public_key *pk,const char *photo_name)
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue