head	1.2;
access;
symbols
	RELEASE_4_9_0:1.1
	RELEASE_5_1_0:1.1
	RELEASE_4_8_0:1.1
	RELEASE_5_0_0:1.1
	RELEASE_4_7_0:1.1
	RELEASE_4_6_2:1.1
	RELEASE_4_6_1:1.1
	RELEASE_4_6_0:1.1
	RELEASE_5_0_DP1:1.1
	RELEASE_4_5_0:1.1
	RELEASE_4_4_0:1.1
	RELEASE_4_3_0:1.1
	RELEASE_4_2_0:1.1
	RELEASE_4_1_1:1.1
	RELEASE_4_1_0:1.1
	RELEASE_3_5_0:1.1
	RELEASE_4_0_0:1.1
	RELEASE_3_4_0:1.1
	RELEASE_3_3_0:1.1
	RELEASE_3_2_0:1.1
	RELEASE_3_1_0:1.1
	RELEASE_2_2_8:1.1
	RELEASE_3_0_0:1.1
	RELEASE_2_2_7:1.1;
locks; strict;
comment	@# @;


1.2
date	2003.11.08.11.48.04;	author markm;	state dead;
branches;
next	1.1;

1.1
date	98.04.23.22.29.43;	author ache;	state Exp;
branches;
next	;


desc
@@


1.2
log
@This software is old and unmaintained. Remove.
@
text
@*** 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 */
@


1.1
log
@Fix sign extension bug in binary type determination
PR: 6342
Submitted by: vitaly@@tc.nsc.ru
@
text
@@

