diff options
| author | Warner Losh <imp@FreeBSD.org> | 2021-07-26 22:40:41 +0000 |
|---|---|---|
| committer | Warner Losh <imp@FreeBSD.org> | 2021-07-26 22:40:41 +0000 |
| commit | 4783fb730fa1cfdbe5c905bb23ac74f681e2df6b (patch) | |
| tree | 3f6eaa2dd1901a522daf8cfc1ff2433fff6fce38 | |
| parent | 3e87f800f01b6d2cbe49924a01038379889d8b3b (diff) | |
Revert "loader: support.4th resets the read buffer incorrectly"
This reverts commit 9c1c02093b90ae49745a174eb26ea85dd1990eec. It seems
to have broken all old nextboot.conf files causing hangs on boot.
Sponsored by: Netflix
| -rw-r--r-- | stand/forth/support.4th | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/stand/forth/support.4th b/stand/forth/support.4th index ec04b7e9e322..d87cf16a16dd 100644 --- a/stand/forth/support.4th +++ b/stand/forth/support.4th @@ -485,7 +485,7 @@ variable fd get-current ( -- wid ) previous definitions >search ( wid -- ) : reset_line_reading - 0 read_buffer .len ! + 0 to read_buffer_ptr ; : read_line |
