Date: Wed, 24 Jan 2001 19:40:17 -0800 (PST) From: Will Andrews <will@FreeBSD.org> To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.bin/apply apply.c Message-ID: <200101250340.f0P3eHP40568@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
will 2001/01/24 19:40:17 PST Modified files: usr.bin/apply apply.c Log: Fix bogus checking of snprintf() by decreasing the remaining size of the string after each successful snprintf() call. This makes apply(1) work *correctly*, although the whole snprintf() deal really should be redone. Bug noted by: nectar (about 3 weeks ago) Revision Changes Path 1.15 +4 -1 src/usr.bin/apply/apply.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?200101250340.f0P3eHP40568>