ws2_32: Remove unneeded address-of operator from array name.
This commit is contained in:
parent
a89584415b
commit
a38b3008c5
|
@ -2784,7 +2784,7 @@ INT WINAPI WS_getsockopt(SOCKET s, INT level,
|
|||
&src->dev[i].daddr,
|
||||
sizeof(dst->Device[i].irdaDeviceID) ) ;
|
||||
memcpy( dst->Device[i].irdaDeviceName,
|
||||
&src->dev[i].info,
|
||||
src->dev[i].info,
|
||||
sizeof(dst->Device[i].irdaDeviceName) ) ;
|
||||
memcpy( &dst->Device[i].irdaDeviceHints1,
|
||||
&src->dev[i].hints[0],
|
||||
|
|
Loading…
Reference in New Issue