blob: f76ef66a31fb0f0d67f4e24339b7d6b6bbc6fc68 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
$NetBSD: patch-ah,v 1.1 1999/04/12 22:19:03 mjl Exp $
--- lib/pgp/utils/pgpFileType.c.orig Tue Apr 13 00:01:40 1999
+++ lib/pgp/utils/pgpFileType.c Tue Apr 13 00:02:14 1999
@@ -185,7 +185,7 @@
pgpFileTypeBinary(char const *lang, byte const *buf, unsigned len)
{
unsigned highlimit;
- char c;
+ unsigned char c;
if (!len)
return 1; /* empty file or error, not a text file */
|