Skip to content

Commit

Permalink
attempt to unbreak ASIRecorder past [023b90f]
Browse files Browse the repository at this point in the history
  • Loading branch information
dekarl committed Jan 22, 2013
1 parent e40ce69 commit d075a03
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mythtv/libs/libmythtv/recorders/asirecorder.cpp
Expand Up @@ -30,7 +30,7 @@

#define LOC QString("ASIRec[%1](%2): ") \
.arg(tvrec ? tvrec->GetCaptureCardNum() : -1) \
.arg(channel->GetDevice())
.arg(m_channel->GetDevice())

ASIRecorder::ASIRecorder(TVRec *rec, ASIChannel *channel) :
DTVRecorder(rec), m_channel(channel), m_stream_handler(NULL),
Expand Down

0 comments on commit d075a03

Please sign in to comment.