Changeset 379


Ignore:
Timestamp:
Sep 27, 2008, 1:09:03 AM (17 years ago)
Author:
rjerant
Message:

fix WAVESTREAM::Process() to not call AddBuffers() then there are no buffers to fill from

Location:
OCO/trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • TabularUnified OCO/trunk/drv16/wavestrm.cpp

    r369 r379  
    352352            else        break; //shouldn't happen
    353353        }
    354         AddBuffers(FALSE);
     354
     355        if (qhInProcess.IsElements()){
     356            AddBuffers(FALSE);
     357        }
    355358        break;
    356359    }
  • TabularUnified OCO/trunk/install/control.scr

    r240 r379  
    2525ssgroup=0
    2626ssname="mmbase"
    27 ssversion="1.1.4RC3"
     27ssversion="1.1.4-RC6"
    2828sstermdll="ITERM.DLL"
    2929sstermdllentry="ITermEntry"
     
    4343ssgroup=17
    4444ssname="OS/2 Universal Audio: Wave"
    45 ssversion="1.1.4RC3"
     45ssversion="1.1.4-RC6"
    4646sssize=315
    4747ssdll="genin.dll"
     
    5454ssname="OS/2 Universal Audio: FM Midi"
    5555ssicon="midiplay.ico"
    56 ssversion="1.1.4RC3"
     56ssversion="1.1.4-RC6"
    5757sssize=22
    5858ssdll="genin.dll"
Note: See TracChangeset for help on using the changeset viewer.