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:
58f05f8
)
epgcache.cpp: fix typo
author
ghost
<andreas.monzner@multimedia-labs.de>
Tue, 17 Nov 2009 17:38:49 +0000
(18:38 +0100)
committer
ghost
<andreas.monzner@multimedia-labs.de>
Tue, 17 Nov 2009 17:38:49 +0000
(18:38 +0100)
lib/dvb/epgcache.cpp
patch
|
blob
|
history
diff --git
a/lib/dvb/epgcache.cpp
b/lib/dvb/epgcache.cpp
index 5381195a51472d03847a88fd9fb18d4ebf7c4f83..2dc36412d5fbdaa2a3dc1d8ced90755e95afab9c 100644
(file)
--- a/
lib/dvb/epgcache.cpp
+++ b/
lib/dvb/epgcache.cpp
@@
-1717,7
+1717,7
@@
void fillTuple(ePyObject tuple, const char *argstring, int argcount, ePyObject s
++argcount;
continue;
default: // ignore unknown
- tmp = ePyObjec();
+ tmp = ePyObjec
t
();
eDebug("fillTuple unknown '%c'... insert 'None' in result", c);
}
if (!tmp)