chhecking if epgdir directory exists for frequently save

Origin commit data
------------------
Branch: ni/coolstream
Commit: 22399f73e2
Author: Jacek Jendrzej <overx300@gmail.com>
Date: 2015-03-24 (Tue, 24 Mar 2015)


------------------
No further description and justification available within origin commit message!

------------------
This commit was generated by Migit
This commit is contained in:
Jacek Jendrzej
2015-03-24 21:00:44 +01:00
parent 6b29897ddf
commit c7e089c9ac
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;
}