diff options
Diffstat (limited to 'rtv4d-dl.c')
-rw-r--r-- | rtv4d-dl.c | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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); |