1
0
mirror of https://github.com/Llewellynvdm/conky.git synced 2024-11-15 09:44:04 +00:00

Merge branch '1.8.0' into 1.8.1

This commit is contained in:
Pavel Labath 2010-03-18 21:35:15 +01:00
commit 0a0a18656c

View File

@ -81,9 +81,7 @@ int mpd_set_port(const char *port)
void init_mpd(void)
{
if (!(refcount++)) /* first client */
memset(&mpd_info, 0, sizeof(struct mpd_s));
refcount++;
memset(&mpd_info, 0, sizeof(mpd_info));
}
struct mpd_s *mpd_get_info(void)