mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-01-23 20:46:14 +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;
|
GNetworkMonitorNetlink *nl = user_data;
|
||||||
GInputVector iv;
|
GInputVector iv;
|
||||||
gsize len;
|
gssize len;
|
||||||
GSocketControlMessage **cmsgs = NULL;
|
GSocketControlMessage **cmsgs = NULL;
|
||||||
gint num_cmsgs = 0, i, flags;
|
gint num_cmsgs = 0, i, flags;
|
||||||
GError *error = NULL;
|
GError *error = NULL;
|
||||||
|
Loading…
Reference in New Issue
Block a user