1
0
mirror of https://github.com/profanity-im/profanity.git synced 2024-09-22 19:45:54 -04:00

Fixed merge

This commit is contained in:
James Booth 2015-01-16 23:35:31 +00:00
parent 8805fd5c38
commit 18f05c59ee

View File

@ -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)) {