mirror of
https://github.com/opnsense/src.git
synced 2026-03-08 17:20:43 -04:00
Official patch 001
This commit is contained in:
parent
1c08c2b3fd
commit
a05ab6e2bb
1 changed files with 2 additions and 0 deletions
|
|
@ -2380,6 +2380,8 @@ _rl_col_width (str, start, end)
|
|||
|
||||
if (end <= start)
|
||||
return 0;
|
||||
if (MB_CUR_MAX == 1 || rl_byte_oriented)
|
||||
return (end - start);
|
||||
|
||||
memset (&ps, 0, sizeof (mbstate_t));
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue