Ignore:
Timestamp:
Mar 3, 2000, 8:18:47 PM (25 years ago)
Author:
sandervl
Message:

fixed bps check

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/winmm/waveout.cpp

    r2971 r2985  
    1 /* $Id: waveout.cpp,v 1.12 2000-03-02 14:51:16 sandervl Exp $ */
     1/* $Id: waveout.cpp,v 1.13 2000-03-03 19:18:47 sandervl Exp $ */
    22//#undef DEBUG
    33/*
     
    6060
    6161  if(fdwOpen == WAVE_FORMAT_QUERY) {
    62         if(DartWaveOut::queryFormat(pwfx->wFormatTag, pwfx->nChannels,
    63                                     pwfx->nSamplesPerSec, pwfx->nBlockAlign) == TRUE) {
     62        if(DartWaveOut::queryFormat(pwfx->wFormatTag, pwfx->nChannels, pwfx->nSamplesPerSec,
     63                                    pwfx->wBitsPerSample) == TRUE) {
    6464                return(MMSYSERR_NOERROR);
    6565        }
Note: See TracChangeset for help on using the changeset viewer.