mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-01-23 20:46:14 +01:00
Don't compare unsigned numbers with 0
It does not work.
This commit is contained in:
parent
a6d33d3a28
commit
ba6e66bff1
@ -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;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user