diff options
| author | ghost <andreas.monzner@multimedia-labs.de> | 2008-11-17 13:57:43 +0100 |
|---|---|---|
| committer | ghost <andreas.monzner@multimedia-labs.de> | 2008-11-17 13:57:43 +0100 |
| commit | 2a7b743b84bd9ef380af30b0f9f260bf386eed9a (patch) | |
| tree | 8260b17ad744dd250b1347f45381284ad9e24373 /lib/dvb | |
| parent | 6347d817582886ab7c7535b44601538749d06d5b (diff) | |
| download | enigma2-2a7b743b84bd9ef380af30b0f9f260bf386eed9a.tar.gz enigma2-2a7b743b84bd9ef380af30b0f9f260bf386eed9a.zip | |
add missing \n (without this the lamedb is currupted after shutdown enigma2)
Diffstat (limited to 'lib/dvb')
| -rw-r--r-- | lib/dvb/db.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/dvb/db.cpp b/lib/dvb/db.cpp index 1c332033..44191586 100644 --- a/lib/dvb/db.cpp +++ b/lib/dvb/db.cpp @@ -497,7 +497,7 @@ void eDVBDB::saveServicelist(const char *file) { if (sat.system == eDVBFrontendParametersSatellite::System::DVB_S2) { - fprintf(f, "\ts %d:%d:%d:%d:%d:%d:%d:%d:%d:%d:%d", + fprintf(f, "\ts %d:%d:%d:%d:%d:%d:%d:%d:%d:%d:%d\n", sat.frequency, sat.symbol_rate, sat.polarisation, sat.fec, sat.orbital_position > 1800 ? sat.orbital_position - 3600 : sat.orbital_position, |
