mirror of
https://github.com/profanity-im/profanity.git
synced 2025-01-03 14:57:42 -05:00
Fixed merge
This commit is contained in:
parent
8805fd5c38
commit
18f05c59ee
@ -264,7 +264,7 @@ static int
|
||||
_get_display_length(void)
|
||||
{
|
||||
int len = 0;
|
||||
gchar *curr = g_utf8_offset_to_pointer(line, 0);
|
||||
gchar *curr = g_utf8_offset_to_pointer(input, 0);
|
||||
while (*curr != '\0') {
|
||||
gunichar curru = g_utf8_get_char(curr);
|
||||
if (g_unichar_iswide(curru)) {
|
||||
|
Loading…
Reference in New Issue
Block a user