diff options
Diffstat (limited to 'gpgme/rungpg.c')
-rw-r--r-- | gpgme/rungpg.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gpgme/rungpg.c b/gpgme/rungpg.c index 7fb90347..cbc727c0 100644 --- a/gpgme/rungpg.c +++ b/gpgme/rungpg.c @@ -1275,7 +1275,7 @@ static GpgmeError pipemode_copy (char *buffer, size_t length, size_t *nread, GpgmeData data ) { GpgmeError err; - int nbytes; + size_t nbytes; char tmp[1000], *s, *d; /* we can optimize this whole thing but for now we just |