- Timestamp:
- May 27, 2002, 6:10:24 PM (23 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/winmm/mixer.cpp
r8495 r8498 1 /* $Id: mixer.cpp,v 1. 19 2002-05-27 15:49:54 sandervl Exp $ */1 /* $Id: mixer.cpp,v 1.20 2002-05-27 16:10:24 sandervl Exp $ */ 2 2 3 3 /* … … 1015 1015 return MIXERR_INVALLINE; 1016 1016 } 1017 memcpy(lpMl, & mixerSource[mixerDest[lpMl->dwDestination].Connections[lpMl->dwSource]], sizeof(MIXERLINEA));1017 memcpy(lpMl, &pmixerLines[mixerDest[lpMl->dwDestination].Connections[lpMl->dwSource]]->line, sizeof(MIXERLINEA)); 1018 1018 dprintf(("found line %s (%s) id %d connections %d controls %d", lpMl->szName, lpMl->szShortName, lpMl->dwLineID, lpMl->cConnections, lpMl->cControls)); 1019 1019 break;
Note:
See TracChangeset
for help on using the changeset viewer.