mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-21 15:12:02 +00:00
Fixed error
This commit is contained in:
parent
1bd7e594b0
commit
cf1a8bc36e
@ -77,6 +77,7 @@ static int wcwidth(wchar_t wc)
|
||||
case widechar_nonprint:
|
||||
case widechar_combining:
|
||||
case widechar_unassigned:
|
||||
return 0;
|
||||
case widechar_ambiguous:
|
||||
case widechar_private_use:
|
||||
case widechar_widened_in_9:
|
||||
|
Loading…
Reference in New Issue
Block a user