[Commits] sgpgme.c 1.1.2.71 1.1.2.72
mones at claws-mail.org
mones at claws-mail.org
Tue Jul 10 16:10:13 CEST 2012
Update of /home/claws-mail/claws/src/plugins/pgpcore
In directory srv:/tmp/cvs-serv1807/src/plugins/pgpcore
Modified Files:
Tag: gtk2
sgpgme.c
Log Message:
2012-07-10 [mones] 3.8.1cvs12
* src/plugins/pgpcore/sgpgme.c
Fix bug 2689, 'segfault when trying to view info
about pgp/smime sign'
Index: sgpgme.c
===================================================================
RCS file: /home/claws-mail/claws/src/plugins/pgpcore/Attic/sgpgme.c,v
retrieving revision 1.1.2.71
retrieving revision 1.1.2.72
diff -u -d -r1.1.2.71 -r1.1.2.72
--- sgpgme.c 8 Jul 2012 12:48:47 -0000 1.1.2.71
+++ sgpgme.c 10 Jul 2012 14:10:11 -0000 1.1.2.72
@@ -327,7 +327,7 @@
j++;
user = user->next;
}
- g_string_append_printf(siginfo,
+ g_string_append(siginfo,
_("Primary key fingerprint:"));
const char* primary_fpr = NULL;
if (key && key->subkeys && key->subkeys->fpr)
More information about the Commits
mailing list