mirror of
https://github.com/MidnightCommander/mc
synced 2025-01-26 21:22:03 +03:00
Fixed bug: Wrong string length calculation
This commit is contained in:
parent
fc0a3ebe93
commit
738fed4ffb
@ -234,7 +234,7 @@ sub print_string($)
|
||||
# Skip empty strings
|
||||
if ($buffer ne '')
|
||||
{
|
||||
$len = length($buffer);
|
||||
$len = string_len($buffer);
|
||||
# Words are separated by spaces
|
||||
if ($col > 0)
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user