[Pkg-gnupg-commit] [gnupg2] 60/159: gpg: Fix type.
Daniel Kahn Gillmor
dkg at fifthhorseman.net
Wed Jan 27 13:23:54 UTC 2016
This is an automated email from the git hooks/post-receive script.
dkg pushed a commit to branch master
in repository gnupg2.
commit 5c759924fb92b6de7ab3baed7871e5114ebd2505
Author: Neal H. Walfield <neal at g10code.com>
Date: Tue Dec 22 15:07:51 2015 +0100
gpg: Fix type.
* g10/keygen.c (card_write_key_to_backup_file): Change n to a size_t.
--
Signed-off-by: Neal H. Walfield <neal at g10code.com>
---
g10/keygen.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/g10/keygen.c b/g10/keygen.c
index c50e04d..8bb7906 100644
--- a/g10/keygen.c
+++ b/g10/keygen.c
@@ -3863,7 +3863,7 @@ card_write_key_to_backup_file (PKT_public_key *sk, const char *backup_dir)
{
unsigned char array[MAX_FINGERPRINT_LEN];
char *fprbuf, *p;
- int n;
+ size_t n;
int i;
iobuf_close (fp);
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-gnupg/gnupg2.git
More information about the Pkg-gnupg-commit
mailing list