mirror of
https://github.com/Llewellynvdm/conky.git
synced 2024-12-26 12:27:52 +00:00
typo
git-svn-id: https://conky.svn.sourceforge.net/svnroot/conky/trunk/conky@504 7f574dfc-610e-0410-a909-a81674777703
This commit is contained in:
parent
b2a476a4b2
commit
b140526a14
@ -220,7 +220,7 @@ void *xmms_thread_func_dynamic(void *pvoid)
|
|||||||
case (PROJECT_XMMS) :
|
case (PROJECT_XMMS) :
|
||||||
glib_v1_2_handle = dlopen("libglib-1.2.so.0", RTLD_LAZY);
|
glib_v1_2_handle = dlopen("libglib-1.2.so.0", RTLD_LAZY);
|
||||||
if (!glib_v1_2_handle) {
|
if (!glib_v1_2_handle) {
|
||||||
ERR("unable to open libglib-1.2.so");
|
ERR("unable to open libglib-1.2.so.0");
|
||||||
pthread_exit(NULL);
|
pthread_exit(NULL);
|
||||||
}
|
}
|
||||||
g_free_v1_2=dlsym(glib_v1_2_handle, "g_free");
|
g_free_v1_2=dlsym(glib_v1_2_handle, "g_free");
|
||||||
|
Loading…
Reference in New Issue
Block a user