mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-04 22:33:27 +00:00
3f26f87745
PR: 6342 Submitted by: vitaly@tc.nsc.ru
20 lines
559 B
Plaintext
20 lines
559 B
Plaintext
*** lib/pgp/utils/pgpFileType.c.bak Sun Aug 10 04:44:33 1997
|
|
--- lib/pgp/utils/pgpFileType.c Sat Apr 18 22:40:56 1998
|
|
***************
|
|
*** 185,191 ****
|
|
pgpFileTypeBinary(char const *lang, byte const *buf, unsigned len)
|
|
{
|
|
unsigned highlimit;
|
|
! char c;
|
|
|
|
if (!len)
|
|
return 1; /* empty file or error, not a text file */
|
|
--- 185,191 ----
|
|
pgpFileTypeBinary(char const *lang, byte const *buf, unsigned len)
|
|
{
|
|
unsigned highlimit;
|
|
! unsigned char c;
|
|
|
|
if (!len)
|
|
return 1; /* empty file or error, not a text file */
|