kopia lustrzana https://github.com/Hamlib/Hamlib
Reduce scope of var in network.c
rodzic
cc886b46f5
commit
6a13d40b9a
|
@ -126,10 +126,10 @@ int network_init()
|
|||
{
|
||||
#ifdef __MINGW32__
|
||||
WSADATA wsadata;
|
||||
int ret;
|
||||
|
||||
if (wsstarted == 0)
|
||||
{
|
||||
int ret;
|
||||
ret = WSAStartup(MAKEWORD(1, 1), &wsadata);
|
||||
|
||||
if (ret == 0)
|
||||
|
|
Ładowanie…
Reference in New Issue