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:
0b30e98
)
compile fix
author
Andreas Monzner
<
[email protected]
>
Sun, 2 Apr 2006 16:06:17 +0000
(16:06 +0000)
committer
Andreas Monzner
<
[email protected]
>
Sun, 2 Apr 2006 16:06:17 +0000
(16:06 +0000)
lib/dvb/db.cpp
patch
|
blob
|
history
diff --git
a/lib/dvb/db.cpp
b/lib/dvb/db.cpp
index 13b43ffe6f5f0a00a2cdf993b053ca3c912b5be6..72977e735ab71248432b449b5ee900d77f42a66d 100644
(file)
--- a/
lib/dvb/db.cpp
+++ b/
lib/dvb/db.cpp
@@
-489,8
+489,8
@@
void eDVBDB::saveServicelist()
ca != i->second->m_ca.end(); ++ca)
fprintf(f, ",C:%04x", *ca);
- if (i
t
->second->m_flags)
- fprintf(f, ",f:%x", i
t
->second->m_flags);
+ if (i->second->m_flags)
+ fprintf(f, ",f:%x", i->second->m_flags);
fprintf(f, "\n");
services++;