cwIo.cpp : Fixed error message and code formatting. No functional changes.

This commit is contained in:
kevin 2025-04-19 13:42:20 -04:00
parent 3ced2ba0fb
commit f7283ffcca

View File

@ -1347,7 +1347,7 @@ namespace cw
unsigned audioBufFlags = 0;
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
{
bool enaFl = inOutEnaFlags & kEnableFl;