cwIo.cpp : Fixed error message and code formatting. No functional changes.
This commit is contained in:
parent
3ced2ba0fb
commit
f7283ffcca
2
cwIo.cpp
2
cwIo.cpp
@ -1347,7 +1347,7 @@ namespace cw
|
|||||||
unsigned audioBufFlags = 0;
|
unsigned audioBufFlags = 0;
|
||||||
|
|
||||||
if((rc = _audioDeviceParams( p, devIdx, inOutEnaFlags, ad, audioBufFlags )) != kOkRC )
|
if((rc = _audioDeviceParams( p, devIdx, inOutEnaFlags, ad, audioBufFlags )) != kOkRC )
|
||||||
rc = cwLogError(rc,"Enable tone failed.");
|
rc = cwLogError(rc,"Audio device to buffer parameter translation failed.");
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
bool enaFl = inOutEnaFlags & kEnableFl;
|
bool enaFl = inOutEnaFlags & kEnableFl;
|
||||||
|
Loading…
Reference in New Issue
Block a user