mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-08-27 15:32:59 +02:00
xmlutil:insertEventsfromXMLTV make url not static
This commit is contained in:
@@ -685,8 +685,7 @@ void *insertEventsfromXMLTV(void * data)
|
||||
reader_ready = true;
|
||||
pthread_exit(NULL);
|
||||
}
|
||||
static std::string url = "";
|
||||
url = (std::string)(char *) data;
|
||||
static std::string url = (std::string)(char *) data;
|
||||
std::string tmp_name = randomFile(getFileExt(url), "/tmp", 8);
|
||||
|
||||
int64_t now = time_monotonic_ms();
|
||||
|
Reference in New Issue
Block a user