mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2024-11-10 03:16:17 +01:00
gnetworkmonitornetlink.c: Fix a gsize->gssize
https://bugzilla.gnome.org/show_bug.cgi?id=666422
This commit is contained in:
parent
fbe1fb8e49
commit
8f558d8010
@ -296,7 +296,7 @@ read_netlink_messages (GSocket *socket,
|
||||
{
|
||||
GNetworkMonitorNetlink *nl = user_data;
|
||||
GInputVector iv;
|
||||
gsize len;
|
||||
gssize len;
|
||||
GSocketControlMessage **cmsgs = NULL;
|
||||
gint num_cmsgs = 0, i, flags;
|
||||
GError *error = NULL;
|
||||
|
Loading…
Reference in New Issue
Block a user