[Telepathy-commits] [telepathy-mission-control/master] Make the iterator a signed int, or it will never be negative

Alberto Mardegan alberto.mardegan at nokia.com
Tue Nov 18 08:01:11 PST 2008


---
 libmcclient/mc-dispatch-operation.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/libmcclient/mc-dispatch-operation.c b/libmcclient/mc-dispatch-operation.c
index 053969e..a821410 100644
--- a/libmcclient/mc-dispatch-operation.c
+++ b/libmcclient/mc-dispatch-operation.c
@@ -128,7 +128,7 @@ create_channels_prop (const GValue *value)
 {
     GList *list = NULL;
     GPtrArray *channels;
-    guint i;
+    gint i;
 
     channels = g_value_get_boxed (value);
     for (i = channels->len - 1; i >= 0; i--)
-- 
1.5.6.5




More information about the Telepathy-commits mailing list