mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-neutrino.git
synced 2025-08-31 09:21:09 +02:00
xmlutil:insertEventsfromXMLTV make url not static
Origin commit data
------------------
Commit: 2ac0aa9319
Author: Jacek Jendrzej <overx300@gmail.com>
Date: 2021-10-21 (Thu, 21 Oct 2021)
This commit is contained in:
@@ -685,8 +685,7 @@ void *insertEventsfromXMLTV(void * data)
|
|||||||
reader_ready = true;
|
reader_ready = true;
|
||||||
pthread_exit(NULL);
|
pthread_exit(NULL);
|
||||||
}
|
}
|
||||||
static std::string url = "";
|
static std::string url = (std::string)(char *) data;
|
||||||
url = (std::string)(char *) data;
|
|
||||||
std::string tmp_name = randomFile(getFileExt(url), "/tmp", 8);
|
std::string tmp_name = randomFile(getFileExt(url), "/tmp", 8);
|
||||||
|
|
||||||
int64_t now = time_monotonic_ms();
|
int64_t now = time_monotonic_ms();
|
||||||
|
Reference in New Issue
Block a user