[Bug 259429] [lualoader]: "Autoboot in X seconds. [Space] to pausee"

From: <bugzilla-noreply_at_freebsd.org>
Date: Tue, 26 Oct 2021 16:25:19 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=259429

--- Comment #4 from commit-hook@FreeBSD.org ---
A commit in branch main references this bug:

URL:
https://cgit.FreeBSD.org/src/commit/?id=bb4c691299c5d699cea29e18fef96bda1cef13da

commit bb4c691299c5d699cea29e18fef96bda1cef13da
Author:     Katsuyuki Miyoshi <katsubsd@gmail.com>
AuthorDate: 2021-10-26 16:21:34 +0000
Commit:     Kyle Evans <kevans@FreeBSD.org>
CommitDate: 2021-10-26 16:24:29 +0000

    lualoader: fix the autoboot_delay countdown message

    When the timer drops from double to single digits, a spare 'e' is left
    on the end of the line as we don't overwrite it. Include an extra space
    at the end to account for this and overwrite the leftover character.

    PR:             259429
    MFC after:      3 days
    Reviewed by:    emaste

 stand/lua/menu.lua | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

-- 
You are receiving this mail because:
You are on the CC list for the bug.