aboutsummaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorghost <andreas.monzner@multimedia-labs.de>2010-11-26 19:12:32 +0100
committerghost <andreas.monzner@multimedia-labs.de>2010-11-26 19:12:32 +0100
commitf24ecae61fc0bc84496bec107f70730ff62930d9 (patch)
treebc707bc287d780989b5abca7d35df8b90fa0e2d1 /lib
parentd98f00f0fdd8b95b819b17c1d4779610c657c198 (diff)
parentd7ab8980f447224e6ece5d741dd9a334949ca315 (diff)
downloadenigma2-f24ecae61fc0bc84496bec107f70730ff62930d9.tar.gz
enigma2-f24ecae61fc0bc84496bec107f70730ff62930d9.zip
Merge branch 'bug_615_replace_rawfile' into experimental
Diffstat (limited to 'lib')
-rw-r--r--lib/dvb/tstools.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/dvb/tstools.cpp b/lib/dvb/tstools.cpp
index 717ccfc7..3dff2886 100644
--- a/lib/dvb/tstools.cpp
+++ b/lib/dvb/tstools.cpp
@@ -40,7 +40,7 @@ int eDVBTSTools::openFile(const char *filename, int nostreaminfo)
if (f->open(filename, 1) < 0)
return -1;
- setSource(src, filename);
+ setSource(src, nostreaminfo ? NULL : filename);
return 0;
}