mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-08-27 15:32:59 +02:00
implement own tmp function / satify compiler
Signed-off-by: Thilo Graf <dbt@novatux.de>
This commit is contained in:
@@ -645,9 +645,7 @@ void *insertEventsfromXMLTV(void * data)
|
||||
}
|
||||
std::string url = (char *) data;
|
||||
std::string url_ext = getFileExt(url);
|
||||
|
||||
std::string tmp_name = "/tmp/.xmltv";
|
||||
tmp_name = tmp_name + "." + url_ext;
|
||||
std::string tmp_name = genTmpName(url_ext,8);
|
||||
|
||||
int64_t now = time_monotonic_ms();
|
||||
|
||||
|
Reference in New Issue
Block a user