Commit 1cd26526 authored by Rémi Duraffort's avatar Rémi Duraffort

audioscrobbler: fix use of uninitialized variable

parent 3967c16b
......@@ -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;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment