Changeset 8498 for trunk/src


Ignore:
Timestamp:
May 27, 2002, 6:10:24 PM (23 years ago)
Author:
sandervl
Message:

bugfix

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 $ */
    22
    33/*
     
    10151015            return MIXERR_INVALLINE;
    10161016        }
    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));
    10181018        dprintf(("found line %s (%s) id %d connections %d controls %d", lpMl->szName, lpMl->szShortName, lpMl->dwLineID, lpMl->cConnections, lpMl->cControls));
    10191019        break;
Note: See TracChangeset for help on using the changeset viewer.