mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-04-21 14:49:16 +02: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 *s;
|
||||||
const gchar *host;
|
const gchar *host;
|
||||||
guint port;
|
glong port;
|
||||||
gchar *endp;
|
gchar *endp;
|
||||||
gboolean is_nonce;
|
gboolean is_nonce;
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user