summaryrefslogtreecommitdiffstats
path: root/rtv4d-dl.c
diff options
context:
space:
mode:
Diffstat (limited to 'rtv4d-dl.c')
-rw-r--r--rtv4d-dl.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/rtv4d-dl.c b/rtv4d-dl.c
index 0dfe19c..e36850b 100644
--- a/rtv4d-dl.c
+++ b/rtv4d-dl.c
@@ -462,6 +462,7 @@ int rtv_zivo_izpolni(struct rtv_zivo_meta * m) {
char * e; /* char pointer for the memes */
int j; /* int for the memes */
RTV_JSON_INIT();
+ m->kazalo_url[0] = '\0';
snprintf(m->api_url, RTV_API_ZIVO_URL_SIZEOF,
RTV_API_ZIVO_URL, m->program);
odgstream = open_memstream(&odg, &sizeloc);