Skip to content

Commit

Permalink
Issue #1 fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
toomish committed Jul 6, 2012
1 parent 2d1f2b7 commit 192a441
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mbbd/mbbmodule.c
Expand Up @@ -425,7 +425,7 @@ gboolean mbb_module_load(gchar *name, GError **error)
g_free(path);
if (handle == NULL) {
g_set_error(error,
MBB_MODULE_ERROR, MBB_MODULE_ERROR_OPEN, dlerror());
MBB_MODULE_ERROR, MBB_MODULE_ERROR_OPEN, "%s", dlerror());
mbb_plock_writer_unlock();
return FALSE;
}
Expand Down

0 comments on commit 192a441

Please sign in to comment.