diff options
author | thlo <t.lohmar@gmx.de> | 2013-05-01 10:44:19 +0200 |
---|---|---|
committer | thlo <t.lohmar@gmx.de> | 2013-05-01 10:44:19 +0200 |
commit | 46e8fb5d5016b10bc578cd4d3b931538bb400f62 (patch) | |
tree | 515db76178541c5f0ffb9b33111e15fc025ec547 | |
parent | 5a8bf27d89d82d0bb1ea0939c74c1f122f6f6ae3 (diff) | |
download | vdr-plugin-smarttvweb-46e8fb5d5016b10bc578cd4d3b931538bb400f62.tar.gz vdr-plugin-smarttvweb-46e8fb5d5016b10bc578cd4d3b931538bb400f62.tar.bz2 |
Fiy in Urls Datei.
-rw-r--r-- | mngurls.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -144,7 +144,7 @@ void cManageUrls::appendToFile(string s_line) { return; } *(mLog->log()) << " cManageUrls::appendToFile: writing " << s_line << endl; - *mFile << s_line; + *mFile << s_line << endl; // mFile->write(s_line.c_str(), s_line.size()); mFile->flush(); |