Date: Thu, 19 Feb 1998 20:57:36 -0800 (PST) From: John Birrell <jb@FreeBSD.ORG> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-usrbin@FreeBSD.ORG Subject: cvs commit: src/usr.bin/file print.c Message-ID: <199802200457.UAA16278@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
jb 1998/02/19 20:57:36 PST
Modified files:
usr.bin/file print.c
Log:
Can't use ~0L to compare against a uint32. Use ~((uint32) 0) instead.
Revision Changes Path
1.8 +2 -2 src/usr.bin/file/print.c
To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe cvs-all" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199802200457.UAA16278>
