mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-02-09 12:25:48 +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)
|
gboolean broadcast)
|
||||||
{
|
{
|
||||||
int result;
|
int result;
|
||||||
guchar value;
|
gint value;
|
||||||
|
|
||||||
g_return_if_fail (G_IS_SOCKET (socket));
|
g_return_if_fail (G_IS_SOCKET (socket));
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user