diff options
-rw-r--r-- | src/tab-label.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/tab-label.c b/src/tab-label.c index abc29eb..01b866b 100644 --- a/src/tab-label.c +++ b/src/tab-label.c @@ -520,8 +520,8 @@ void mq_tab_label_scroll(MqTabLabel *tab_label) { gchar c[5]; /* Up to 4 bytes for a UTF-8 character, plus NUL */ - guint i; - guint j; + gsize i; + gsize j; /* Save the first (possibly multibyte) character. */ c[0] = tab_label->scrolled_title[0]; |