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:
55c2a88
)
fix
author
Andreas Monzner
<andreas.monzner@multimedia-labs.de>
Thu, 14 Dec 2006 19:39:45 +0000
(19:39 +0000)
committer
Andreas Monzner
<andreas.monzner@multimedia-labs.de>
Thu, 14 Dec 2006 19:39:45 +0000
(19:39 +0000)
lib/service/servicedvb.cpp
patch
|
blob
|
history
diff --git
a/lib/service/servicedvb.cpp
b/lib/service/servicedvb.cpp
index
dcf11d2
..
7a9eaab
100644
(file)
--- a/
lib/service/servicedvb.cpp
+++ b/
lib/service/servicedvb.cpp
@@
-360,7
+360,12
@@
PyObject *eStaticServiceDVBInformation::getInfoObject(const eServiceReference &r
PutCableDataToDict(dict, c);
break;
}
+ default:
+ eDebug("unknown frontend type %d", system);
+ Py_DECREF(dict);
+ break;
}
+ return dict;
}
}
}