cwIoTest.cpp : Fixed error handling in test().
This commit is contained in:
parent
ee11b004da
commit
394b668265
@ -283,7 +283,10 @@ cw::rc_t cw::io::test( const object_t* cfg )
|
|||||||
//
|
//
|
||||||
unsigned devIdx = audioDeviceLabelToIndex(app.ioH, "main");
|
unsigned devIdx = audioDeviceLabelToIndex(app.ioH, "main");
|
||||||
if( devIdx == kInvalidIdx )
|
if( devIdx == kInvalidIdx )
|
||||||
|
{
|
||||||
cwLogError(kOpFailRC, "Unable to locate the requested audio device.");
|
cwLogError(kOpFailRC, "Unable to locate the requested audio device.");
|
||||||
|
goto errLabel;
|
||||||
|
}
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
//audioDeviceEnableMeters( app.ioH, devIdx, kInFl | kOutFl | kEnableFl );
|
//audioDeviceEnableMeters( app.ioH, devIdx, kInFl | kOutFl | kEnableFl );
|
||||||
|
Loading…
Reference in New Issue
Block a user