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:
645bd7f
)
small fix
author
Andreas Monzner
<
[email protected]
>
Thu, 9 Oct 2008 20:48:01 +0000
(20:48 +0000)
committer
Andreas Monzner
<
[email protected]
>
Thu, 9 Oct 2008 20:48:01 +0000
(20:48 +0000)
lib/python/Components/SystemInfo.py
patch
|
blob
|
history
diff --git
a/lib/python/Components/SystemInfo.py
b/lib/python/Components/SystemInfo.py
index 506633242b9908bf5aa5cbd696e95f5ed7c37249..d074c41407ced50ebea7bc509bfc4ddbf1cdf19a 100644
(file)
--- a/
lib/python/Components/SystemInfo.py
+++ b/
lib/python/Components/SystemInfo.py
@@
-6,7
+6,7
@@
SystemInfo = { }
def getNumVideoDecoders():
from Tools.Directories import fileExists
idx = 0
- while fileExists("/dev/dvb/adapter0/video%d"%(idx), '
r
'):
+ while fileExists("/dev/dvb/adapter0/video%d"%(idx), '
f
'):
idx += 1
return idx