mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-02-03 17:56:17 +01:00
GSocket: Use correct type for SO_BROADCAST parameter
This commit is contained in:
parent
d44bb6ef64
commit
76f46b4f33
@ -1400,7 +1400,7 @@ g_socket_set_broadcast (GSocket *socket,
|
||||
gboolean broadcast)
|
||||
{
|
||||
int result;
|
||||
guchar value;
|
||||
gint value;
|
||||
|
||||
g_return_if_fail (G_IS_SOCKET (socket));
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user