[pidgin-musictracker] r469 committed - Fix format string error introduced in r464

1 view
Skip to first unread message

pidgin-mu...@googlecode.com

unread,
Sep 19, 2010, 12:14:27 PM9/19/10
to pidgin-musict...@googlegroups.com
Revision: 469
Author: jon.t...@dronecode.org.uk
Date: Sun Sep 19 09:13:38 2010
Log: Fix format string error introduced in r464


http://code.google.com/p/pidgin-musictracker/source/detail?r=469

Modified:
/trunk/src/xmms2.c

=======================================
--- /trunk/src/xmms2.c Thu Jul 22 11:58:03 2010
+++ /trunk/src/xmms2.c Sun Sep 19 09:13:38 2010
@@ -35,7 +35,7 @@
static struct xmmsclientlib dl;

#define get_func(name) dl.name = dlsym(handle, #name) ; \
- if (dl.name == NULL) {trace("(XMMS2) could not
resolve symbol %s in ", #name, libname); dlclose(handle); return NULL; } ;
+ if (dl.name == NULL) {trace("(XMMS2) could not
resolve symbol %s in %s", #name, libname); dlclose(handle); return NULL; } ;

static
void *xmms2_dlsym_init(const char *libname)

Reply all
Reply to author
Forward
0 new messages