dplayx: Copy the correct Short name variable.
Signed-off-by: Alistair Leslie-Hughes <leslie_alistair@hotmail.com> Signed-off-by: Alexandre Julliard <julliard@winehq.org>
This commit is contained in:
parent
7d35a261ba
commit
982137f73f
|
@ -2709,7 +2709,7 @@ static HRESULT DP_IF_GetGroupName( IDirectPlayImpl *This, DPID idGroup, void *lp
|
||||||
if( lpGData->name.u1.lpszShortNameA )
|
if( lpGData->name.u1.lpszShortNameA )
|
||||||
{
|
{
|
||||||
strcpy( ((char*)lpName)+lpGData->name.dwSize,
|
strcpy( ((char*)lpName)+lpGData->name.dwSize,
|
||||||
lpGData->name.u2.lpszLongNameA );
|
lpGData->name.u1.lpszShortNameA );
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in New Issue