diff options
Diffstat (limited to '')
-rw-r--r-- | src/pcm/ChannelsConverter.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/pcm/ChannelsConverter.cxx b/src/pcm/ChannelsConverter.cxx index f93f4f677..714613788 100644 --- a/src/pcm/ChannelsConverter.cxx +++ b/src/pcm/ChannelsConverter.cxx @@ -43,7 +43,7 @@ PcmChannelsConverter::Open(SampleFormat _format, default: error.Format(pcm_domain, "PCM channel conversion for %s is not implemented", - sample_format_to_string(format)); + sample_format_to_string(_format)); return false; } |