chhecking if epgdir directory exists for frequently save

This commit is contained in:
Jacek Jendrzej
2015-03-24 21:00:44 +01:00
parent 2a0c4347ad
commit 22399f73e2
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;
}