2013-09-26 17:14:40 +02:00

14 lines
386 B
Plaintext

$NetBSD: patch-bb,v 1.1 2002/08/25 15:18:42 mjl Exp $
--- apps/pgp/filter.c.orig Sun Aug 25 16:16:35 2002
+++ apps/pgp/filter.c Sun Aug 25 16:16:57 2002
@@ -269,7 +269,7 @@
struct RingIterator *NameIter = NULL;
union RingObject *name;
Boolean OKToUse = FALSE, FoundName = FALSE;
- int len = 0;
+ size_t len = 0;
int trust;
char *TempNameString = NULL;