diff options
| author | John Hood <cgull+l-freebsd-bugzilla@glup.org> | 2021-07-11 14:44:12 +0000 |
|---|---|---|
| committer | Warner Losh <imp@FreeBSD.org> | 2021-07-11 14:47:29 +0000 |
| commit | 9c1c02093b90ae49745a174eb26ea85dd1990eec (patch) | |
| tree | e3251043b7215f8b3cd8a1716582446b47ffc641 /stand/forth | |
| parent | 5aa1e55b0ae777920e0672ec3e627bea7cb6c1fc (diff) | |
Diffstat (limited to 'stand/forth')
| -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 d87cf16a16dd..ec04b7e9e322 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 to read_buffer_ptr + 0 read_buffer .len ! ; : read_line |
