Date: Wed, 2 Oct 2002 02:57:54 -0700 (PDT) From: "Tim J. Robbins" <tjr@FreeBSD.org> To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/bin/sh mksyntax.c Message-ID: <200210020957.g929vtsn025057@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
tjr 2002/10/02 02:57:54 PDT Modified files: bin/sh mksyntax.c Log: Use %d in a printf() format string and cast the argument to int instead of using %td when we know that the number is between 0 and 9; mksyntax is a build tool and needs to work on -stable. Revision Changes Path 1.21 +1 -1 src/bin/sh/mksyntax.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?200210020957.g929vtsn025057>