aboutsummaryrefslogtreecommitdiffstats
path: root/g10/photoid.c
diff options
context:
space:
mode:
authorWerner Koch <[email protected]>2009-09-03 20:51:55 +0000
committerWerner Koch <[email protected]>2009-09-03 20:51:55 +0000
commit35ab964c86ffff0125a6ec7c766d021cc9e7db84 (patch)
tree24f5c3d120069bda22579f16d301d4705060d59c /g10/photoid.c
parentUpdated the german translation (diff)
downloadgnupg-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.c3
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)
{