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