Date: Sun, 28 Jul 2002 08:41:16 -0700 (PDT) From: David Malone <dwmalone@FreeBSD.org> To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.bin/csplit csplit.c Message-ID: <200207281541.g6SFfGMa037420@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
dwmalone 2002/07/28 08:41:16 PDT Modified files: usr.bin/csplit csplit.c Log: The return value of snprintf should be always nonnegative, so it should be safe to cast it to a size_t before comparing it to a sizeof(). Revision Changes Path 1.7 +1 -1 src/usr.bin/csplit/csplit.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?200207281541.g6SFfGMa037420>