Skip to content

Commit

Permalink
Following SHA1:7b6c78856da1b8785cc856b6e1ef1ccd35d1947b. Fix improper…
Browse files Browse the repository at this point in the history
… merge
  • Loading branch information
jyavenard committed May 7, 2011
1 parent 5d38c49 commit 7f99d0f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mythtv/libs/libmyth/audiooutputalsa.cpp
Expand Up @@ -69,7 +69,7 @@ AudioOutputALSA::AudioOutputALSA(const AudioSettings &settings) :
if (args < 0)
{
/* no existing parameters: add it behind device name */
passthru_device += iecarg;
passthru_device += ":" + iecarg;
}
else
{
Expand Down

0 comments on commit 7f99d0f

Please sign in to comment.