[epiphany] find-toolbar: Fix conversion specifiers
- From: Michael Catanzaro <mcatanzaro src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [epiphany] find-toolbar: Fix conversion specifiers
- Date: Mon, 4 Nov 2019 15:55:31 +0000 (UTC)
commit 23c757d43f34c13dd076f45e38b783cd3c9bd407
Author: Dimitrios Christidis <dimitrios christidis me>
Date: Sun Nov 3 18:50:08 2019 +0100
find-toolbar: Fix conversion specifiers
embed/ephy-find-toolbar.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/embed/ephy-find-toolbar.c b/embed/ephy-find-toolbar.c
index 02a7df9a3..61b45aed2 100644
--- a/embed/ephy-find-toolbar.c
+++ b/embed/ephy-find-toolbar.c
@@ -93,7 +93,7 @@ update_search_tag (EphyFindToolbar *toolbar)
{
g_autofree gchar *label = NULL;
- label = g_strdup_printf ("%d/%d", toolbar->current_match, toolbar->num_matches);
+ label = g_strdup_printf ("%u/%u", toolbar->current_match, toolbar->num_matches);
gd_tagged_entry_tag_set_label (toolbar->entry_tag, label);
gd_tagged_entry_add_tag (toolbar->entry, toolbar->entry_tag);
}
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]