Skip to content

Commit

Permalink
Fix changing channels via the epg.
Browse files Browse the repository at this point in the history
git-svn-id: http://svn.mythtv.org/svn/trunk@260 7dbf422c-18fa-0310-86e9-fd20926502f2
  • Loading branch information
Isaac Richards committed Oct 6, 2002
1 parent 2536923 commit 58df4e1
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion mythtv/libs/libmythtv/tv.cpp
Expand Up @@ -8,7 +8,6 @@
#include "tv.h"
#include "osd.h"


// cheat and put the keycodes here
#define wsUp 0x52 + 256
#define wsDown 0x54 + 256
Expand Down
2 changes: 1 addition & 1 deletion mythtv/programs/mythepg/main.cpp
Expand Up @@ -54,6 +54,6 @@ int main(int argc, char **argv)
int chan = 0;

if (chanstr != QString::null)
atoi(chanstr.ascii());
chan = atoi(chanstr.ascii());
return chan;
}

0 comments on commit 58df4e1

Please sign in to comment.