Date: Thu, 26 Jan 2006 19:55:29 +0000 (UTC) From: Nate Lawson <njl@FreeBSD.org> To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/dev/an if_an.c Message-ID: <200601261955.k0QJtTDm001673@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
njl 2006-01-26 19:55:29 UTC FreeBSD src repository Modified files: sys/dev/an if_an.c Log: Since the A-Z range is contained in the previous check, the else-if is dead code. Clean up both by using isprint() instead, since that's what it really wants. Coverity ID: 100 Found by: Coverity Prevent Revision Changes Path 1.77 +2 -3 src/sys/dev/an/if_an.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200601261955.k0QJtTDm001673>