1
0
mirror of https://github.com/Llewellynvdm/conky.git synced 2024-09-30 05:59:07 +00:00
git-svn-id: https://conky.svn.sourceforge.net/svnroot/conky/trunk/conky1@723 7f574dfc-610e-0410-a909-a81674777703
This commit is contained in:
Philip Kovacs 2006-11-04 01:08:53 +00:00
parent d8786f91b2
commit 3b01e8967f

View File

@ -202,7 +202,7 @@ void *audacious_thread_func(void *pvoid)
break;
}
/* Deliver the refreshed items array to g_items. */
/* Deliver the refreshed items array to audacious_items. */
pthread_mutex_lock(&info.audacious.item_mutex);
memcpy(&audacious_items,items,sizeof(items));
pthread_mutex_unlock(&info.audacious.item_mutex);