From 50a58f0fabd8a34c1b6108a107e08abe3c1ccd24 Mon Sep 17 00:00:00 2001 From: Michael Biebl Date: Tue, 14 Jul 2015 19:38:58 +0200 Subject: Imported Upstream version 1.0.4 --- src/nm-dispatcher.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/nm-dispatcher.c') diff --git a/src/nm-dispatcher.c b/src/nm-dispatcher.c index 4e200266..13352ded 100644 --- a/src/nm-dispatcher.c +++ b/src/nm-dispatcher.c @@ -372,7 +372,7 @@ static const char *action_table[] = { static const char * action_to_string (DispatcherAction action) { - g_assert (action >= 0 && action < G_N_ELEMENTS (action_table)); + g_assert ((gsize) action < G_N_ELEMENTS (action_table)); return action_table[action]; } -- cgit 1.3.0-6-gf8a5