a2ps-4.14 bug report

David Binderman <[email protected]> Mon, 14 Apr 2014 07:18:28 +0000
Newsgroups gmane.comp.printing.a2ps.bugs
Message-ID <[email protected]>
Hello there=2C=0A=
=0A=
[signame.c:306]: (warning) Logical disjunction always evaluates to true: si=
gnal> 0 || signal < 32.=0A=
=0A=
Source code is=0A=
=0A=
=A0 if (signal> 0 || signal < NSIG)=0A=
=0A=
Suggest new code=0A=
=0A=
=A0 if (signal> 0 && signal < NSIG)=0A=
=0A=
Regards=0A=
=0A=
David Binderman=0A=
=0A=
 		 	   		  =