From: ghost Date: Mon, 17 Nov 2008 12:57:43 +0000 (+0100) Subject: add missing \n (without this the lamedb is currupted after shutdown enigma2) X-Git-Tag: 2.6.0~592^2~12^2~1 X-Git-Url: https://git.cweiske.de/enigma2.git/commitdiff_plain/2a7b743b84bd9ef380af30b0f9f260bf386eed9a?hp=--cc add missing \n (without this the lamedb is currupted after shutdown enigma2) --- 2a7b743b84bd9ef380af30b0f9f260bf386eed9a 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,