diff options
author | Werner Koch <[email protected]> | 2009-09-03 20:51:55 +0000 |
---|---|---|
committer | Werner Koch <[email protected]> | 2009-09-03 20:51:55 +0000 |
commit | 35ab964c86ffff0125a6ec7c766d021cc9e7db84 (patch) | |
tree | 24f5c3d120069bda22579f16d301d4705060d59c /g10/photoid.c | |
parent | Updated the german translation (diff) | |
download | gnupg-35ab964c86ffff0125a6ec7c766d021cc9e7db84.tar.gz gnupg-35ab964c86ffff0125a6ec7c766d021cc9e7db84.zip |
Fix bug#1122.
Note that msgmerge 0.17 is completely broken as it always
prepends a fuzzy null entry to all po files.
Diffstat (limited to 'g10/photoid.c')
-rw-r--r-- | g10/photoid.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/g10/photoid.c b/g10/photoid.c index 80a60635d..8aa4ad491 100644 --- a/g10/photoid.c +++ b/g10/photoid.c @@ -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) { |