ws2_32: Remove unneeded address-of operator from array name.

oldstable
Andrew Talbot 2011-11-03 23:03:22 +00:00 committed by Alexandre Julliard
parent a89584415b
commit a38b3008c5
1 changed files with 1 additions and 1 deletions

View File

@ -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],