]> git.0d.be Git - empathy.git/commitdiff
empathy-irc-server: the port is a guint
authorGuillaume Desmottes <guillaume.desmottes@collabora.co.uk>
Mon, 25 May 2009 12:39:46 +0000 (13:39 +0100)
committerGuillaume Desmottes <guillaume.desmottes@collabora.co.uk>
Wed, 21 Oct 2009 14:46:28 +0000 (15:46 +0100)
libempathy/empathy-irc-server.c

index 2ef8dc59c1c65deea69b4680c661008ce5618cef..41da5385ee1253ac008633e2fa9cfea425b4bf24 100644 (file)
@@ -34,7 +34,7 @@
 typedef struct
 {
   gchar *address;
-  gint port;
+  guint port;
   gboolean ssl;
 } EmpathyIrcServerPriv;