mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-08-25 02:18:55 +02:00
gnetworkmonitornetlink.c: Fix a gsize->gssize
https://bugzilla.gnome.org/show_bug.cgi?id=666422
This commit is contained in:
@@ -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;
|
||||||
|
Reference in New Issue
Block a user