mirror of
https://github.com/Llewellynvdm/conky.git
synced 2024-11-18 02:55:12 +00:00
typo
git-svn-id: https://conky.svn.sourceforge.net/svnroot/conky/trunk/conky1@723 7f574dfc-610e-0410-a909-a81674777703
This commit is contained in:
parent
d8786f91b2
commit
3b01e8967f
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user