diff options
| author | Ronny Strutz <ronny.strutz@multimedia-labs.de> | 2005-11-28 23:56:58 +0000 |
|---|---|---|
| committer | Ronny Strutz <ronny.strutz@multimedia-labs.de> | 2005-11-28 23:56:58 +0000 |
| commit | e4034b7fce157a23fcd2668a59ccc7a32d19ac84 (patch) | |
| tree | 75c0934c48e54f38026e3506d06238bf4a5bb528 /lib/dvb_ci/dvbci.cpp | |
| parent | f4cf51627f608a216d5a25d6e47213b9ff92b3e5 (diff) | |
| download | enigma2-e4034b7fce157a23fcd2668a59ccc7a32d19ac84.tar.gz enigma2-e4034b7fce157a23fcd2668a59ccc7a32d19ac84.zip | |
fix
Diffstat (limited to 'lib/dvb_ci/dvbci.cpp')
| -rw-r--r-- | lib/dvb_ci/dvbci.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/dvb_ci/dvbci.cpp b/lib/dvb_ci/dvbci.cpp index a4bc4ff3..e7d9b27b 100644 --- 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"); |
