[empathy] src/empathy-import-mc4-accounts.c: fix uint comparaison
- From: Guillaume Desmottes <gdesmott src gnome org>
- To: svn-commits-list gnome org
- Cc:
- Subject: [empathy] src/empathy-import-mc4-accounts.c: fix uint comparaison
- Date: Tue, 20 Oct 2009 15:11:49 +0000 (UTC)
commit 77803a3f4cc6adc42552fd823a43cd09474b0c3f
Author: Guillaume Desmottes <guillaume desmottes collabora co uk>
Date: Tue Oct 20 15:52:45 2009 +0100
src/empathy-import-mc4-accounts.c: fix uint comparaison
src/empathy-import-mc4-accounts.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/src/empathy-import-mc4-accounts.c b/src/empathy-import-mc4-accounts.c
index efbb6f0..0a72c49 100644
--- a/src/empathy-import-mc4-accounts.c
+++ b/src/empathy-import-mc4-accounts.c
@@ -246,7 +246,7 @@ out:
static gchar *
_get_protocol_from_profile (const gchar *profile)
{
- gint i;
+ guint i;
DEBUG ("profile: %s", profile);
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]