Don't compare unsigned numbers with 0

It does not work.
This commit is contained in:
Matthias Clasen 2011-06-14 16:18:45 -04:00
parent a6d33d3a28
commit ba6e66bff1

View File

@ -580,7 +580,7 @@ g_dbus_address_connect (const gchar *address_entry,
{
const gchar *s;
const gchar *host;
guint port;
glong port;
gchar *endp;
gboolean is_nonce;