Date: Mon, 18 Mar 2002 15:38:16 -0800 (PST) From: Bruce Evans <bde@FreeBSD.org> To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/dev/mlx mlx.c Message-ID: <200203182338.g2INcGk77293@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
bde 2002/03/18 15:38:16 PST Modified files: sys/dev/mlx mlx.c Log: Fixed printf format errors in previous commit. %llu is no more suitable than %u for printing signed 64-bit types. It fails on different machines, and has the wrong signdness. Fixed old printf format error on the same line. %u is not suitable for printing 32-bit types on all machines. "Fixed" format printf error in previous commit. This file is not formatted in KNF. Partially restore bug for bug compatibility: indent the printf args too much, but don't format them for 160-column terminals. Revision Changes Path 1.33 +4 -2 src/sys/dev/mlx/mlx.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?200203182338.g2INcGk77293>