aboutsummaryrefslogtreecommitdiffstats
path: root/g10/keyedit.c
diff options
context:
space:
mode:
authorWerner Koch <[email protected]>1998-11-10 12:59:59 +0000
committerWerner Koch <[email protected]>1998-11-10 12:59:59 +0000
commitb076ce302189d619d170089f70afdb72dd0bf967 (patch)
tree736281f795268c3f712ed29167e21bc9078fc698 /g10/keyedit.c
parentready to release 0.4.3 (diff)
downloadgnupg-b076ce302189d619d170089f70afdb72dd0bf967.tar.gz
gnupg-b076ce302189d619d170089f70afdb72dd0bf967.zip
Some bug fixes of the last release
Diffstat (limited to '')
-rw-r--r--g10/keyedit.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/g10/keyedit.c b/g10/keyedit.c
index 17838dce7..2d3a0d093 100644
--- a/g10/keyedit.c
+++ b/g10/keyedit.c
@@ -451,7 +451,8 @@ fix_keyblock( KBNODE keyblock )
if( subkey ) {
PKT_signature *sig = node->pkt->pkt.signature;
if( sig->sig_class >= 0x10 && sig->sig_class <= 0x13 ) {
- log_info("moving a key signature to the correct place\n");
+ log_info(_(
+ "moving a key signature to the correct place\n"));
last->next = node->next;
node->next = subkey->next;
subkey->next = node;