Date: Fri, 2 Mar 2018 10:46:50 -0600 From: Kyle Evans <kevans@freebsd.org> Cc: src-committers <src-committers@freebsd.org>, svn-src-all@freebsd.org, svn-src-head@freebsd.org Subject: Re: svn commit: r330284 - head/stand/liblua Message-ID: <CACNAnaF6wxAc%2BPTW=OKtXrYRCtjh%2BKjPn_Tcw5rXmLC-5O76OA@mail.gmail.com> In-Reply-To: <201803021631.w22GVN0x083117@repo.freebsd.org> References: <201803021631.w22GVN0x083117@repo.freebsd.org>
next in thread | previous in thread | raw e-mail | index | archive | help
On Fri, Mar 2, 2018 at 10:31 AM, Kyle Evans <kevans@freebsd.org> wrote: > Author: kevans > Date: Fri Mar 2 16:31:23 2018 > New Revision: 330284 > URL: https://svnweb.freebsd.org/changeset/base/330284 > > Log: > liblua: Use putc instead of printf for printc > > printc does not need the features or the overhead of printf. It does not > take formatting strings, and it pipes the single string argument through an > "%s" format. > > Instead, use putc directly. This pipes the string through in its entirety as > a series of 'unsigned char's, generally straight to the console emulator. > > Discussed with: tsoome > FYI- This has been confirmed to fix a problem recently reported to -current by garga@ where the frames around the menu wouldn't draw properly on an EFI boot.
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?CACNAnaF6wxAc%2BPTW=OKtXrYRCtjh%2BKjPn_Tcw5rXmLC-5O76OA>