diff options
author | David Robillard <d@drobilla.net> | 2015-10-29 14:16:19 +0000 |
---|---|---|
committer | David Robillard <d@drobilla.net> | 2015-10-29 14:16:19 +0000 |
commit | cfad5fc11b60071045e85ec40d86f82680aa55e4 (patch) | |
tree | 014d41f6a223955f20a49596ff409f1090678d49 /src/plugin.c | |
parent | 07dadda1f5d869164ba177fe30121f0b87ff49cd (diff) | |
download | lilv-cfad5fc11b60071045e85ec40d86f82680aa55e4.tar.gz lilv-cfad5fc11b60071045e85ec40d86f82680aa55e4.tar.bz2 lilv-cfad5fc11b60071045e85ec40d86f82680aa55e4.zip |
Fix build
git-svn-id: http://svn.drobilla.net/lad/trunk/lilv@5801 a436a847-0d15-0410-975c-d299462d15a1
Diffstat (limited to 'src/plugin.c')
-rw-r--r-- | src/plugin.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/plugin.c b/src/plugin.c index 4ca8722..2552bff 100644 --- a/src/plugin.c +++ b/src/plugin.c @@ -868,7 +868,7 @@ lilv_plugin_get_author(const LilvPlugin* p) } static LilvNode* -lilv_plugin_get_author_property(const LilvPlugin* plugin, const char* uri) +lilv_plugin_get_author_property(const LilvPlugin* plugin, const uint8_t* uri) { const SordNode* author = lilv_plugin_get_author(plugin); if (author) { |