git.cweiske.de
/
enigma2.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f4cf516
)
fix
author
Ronny Strutz
<ronny.strutz@multimedia-labs.de>
Mon, 28 Nov 2005 23:56:58 +0000
(23:56 +0000)
committer
Ronny Strutz
<ronny.strutz@multimedia-labs.de>
Mon, 28 Nov 2005 23:56:58 +0000
(23:56 +0000)
lib/dvb_ci/dvbci.cpp
patch
|
blob
|
history
diff --git
a/lib/dvb_ci/dvbci.cpp
b/lib/dvb_ci/dvbci.cpp
index a4bc4ff3d3f6f8cb26756983cf356e05cc6170f6..e7d9b27b9bad06a20cca79bad02b10513d2be08d 100644
(file)
--- a/
lib/dvb_ci/dvbci.cpp
+++ b/
lib/dvb_ci/dvbci.cpp
@@
-493,7
+493,7
@@
int eDVBCISlot::enableTS(int enable)
FILE *f;
if((f = fopen("/proc/stb/tsmux/input0", "wb")) == NULL) {
printf("cannot open /proc/stb/audio/j1_mute\n");
- return;
+ return
0
;
}
fprintf(f, "%s", enable?"CI":"A");