mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-08-29 16:31:11 +02:00
CInfoViewer::showInfoFile -check file size
Signed-off-by: Jacek Jendrzej <crashdvb@googlemail.com>
This commit is contained in:
@@ -1817,7 +1817,7 @@ void CInfoViewer::showInfoFile()
|
|||||||
std::string infobar_file = "/tmp/infobar.txt";
|
std::string infobar_file = "/tmp/infobar.txt";
|
||||||
|
|
||||||
//exit if file not found, don't create an info object, delete old instance if required
|
//exit if file not found, don't create an info object, delete old instance if required
|
||||||
if (!file_exists(infobar_file.c_str())) {
|
if (!file_size(infobar_file.c_str())) {
|
||||||
if (infobar_txt)
|
if (infobar_txt)
|
||||||
delete infobar_txt;
|
delete infobar_txt;
|
||||||
infobar_txt = NULL;
|
infobar_txt = NULL;
|
||||||
|
Reference in New Issue
Block a user