Date: Sun, 17 Mar 2002 18:43:15 -0800 (PST) From: Bruce Evans <bde@FreeBSD.org> To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sbin/newfs mkfs.c Message-ID: <200203180243.g2I2hFe15082@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
bde 2002/03/17 18:43:14 PST
Modified files:
sbin/newfs mkfs.c
Log:
Fixed some style bugs (mainly ones not fixed or made worse by rev.1.41).
Old code obfuscates long (but single-line) messages by printing them in
pieces using %s. Rev.1.41 obfuscated some new long messages using ISO
string concatenation. This commit only fixes the new obfuscations.
Revision Changes Path
1.43 +16 -12 src/sbin/newfs/mkfs.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?200203180243.g2I2hFe15082>
