Skip to content
Snippets Groups Projects
Commit 1cd26526 authored by ivoire's avatar ivoire
Browse files

audioscrobbler: fix use of uninitialized variable

parent 3967c16b
No related branches found
No related tags found
No related merge requests found
......@@ -697,7 +697,7 @@ static void *Run(void *data)
/* data about audioscrobbler session */
mtime_t next_exchange = -1; /**< when can we send data */
unsigned int i_interval; /**< waiting interval (secs)*/
unsigned int i_interval = 0; /**< waiting interval (secs)*/
intf_sys_t *p_sys = p_intf->p_sys;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment