mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-08-29 00:11:14 +02:00
xmlutil:insertEventsfromXMLTV make url not static
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