From 04632e23d5e8543170945e293e3e19aec7f02c92 Mon Sep 17 00:00:00 2001 From: Patrick McDermott Date: Sun, 22 Oct 2017 19:29:15 -0400 Subject: mq_tab_label_scroll(): Use gsize for iterators --- (limited to 'src') 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]; -- cgit v0.9.1