dmusic: Fix a copy and paste error.

oldstable
Sven Baars 2012-09-29 17:01:54 +02:00 committed by Alexandre Julliard
parent 9bf7469f68
commit 86d589b2e1
1 changed files with 1 additions and 1 deletions

View File

@ -367,7 +367,7 @@ static void create_system_ports_list(IDirectMusic8Impl* object)
port->device = i;
port->create = DMUSIC_CreateMidiOutPortImpl;
midiOutGetDevCapsW(i, &caps_out, sizeof(caps_out));
strcpyW(port->caps.wszDescription, caps_in.szPname);
strcpyW(port->caps.wszDescription, caps_out.szPname);
strcatW(port->caps.wszDescription, emulated);
port->caps.dwFlags = DMUS_PC_SHAREABLE | DMUS_PC_EXTERNAL;
port->caps.dwClass = DMUS_PC_OUTPUTCLASS;