chhecking if epgdir directory exists for frequently save

Origin commit data
------------------
Commit: 22399f73e2
Author: Jacek Jendrzej <overx300@gmail.com>
Date: 2015-03-24 (Tue, 24 Mar 2015)
This commit is contained in:
Jacek Jendrzej
2015-03-24 21:00:44 +01:00
parent 242e452757
commit 89422c761a
3 changed files with 10 additions and 5 deletions

View File

@@ -2087,7 +2087,7 @@ static void *houseKeepingThread(void *)
if (*it == '/')
d.erase(it);
}
writeEventsToFile((char *)d.c_str());
writeEventsToFile(d.c_str());
}
ecount = 0;
}