diff options
author | David Robillard <d@drobilla.net> | 2008-01-24 01:28:18 +0000 |
---|---|---|
committer | David Robillard <d@drobilla.net> | 2008-01-24 01:28:18 +0000 |
commit | 6c3ab050cfbbbd80dd795643dcf65e6c5915dec4 (patch) | |
tree | 30ce97e6b1baf94b24f3b1334b1a1b64ed3ec7f3 /src/port.c | |
parent | ffe407b7047e85fab66f334f1f879aa27d2a11bd (diff) | |
download | lilv-6c3ab050cfbbbd80dd795643dcf65e6c5915dec4.tar.gz lilv-6c3ab050cfbbbd80dd795643dcf65e6c5915dec4.tar.bz2 lilv-6c3ab050cfbbbd80dd795643dcf65e6c5915dec4.zip |
Kludge around string<->number issues in locales with a ',' decimal point, and locale bugs in librdf.
git-svn-id: http://svn.drobilla.net/lad/slv2@1110 a436a847-0d15-0410-975c-d299462d15a1
Diffstat (limited to 'src/port.c')
-rw-r--r-- | src/port.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -139,7 +139,7 @@ slv2_port_get_value(SLV2Plugin p, char* query = slv2_strjoin( "SELECT DISTINCT ?value WHERE {\n" - "<", librdf_uri_as_string(p->plugin_uri), "> lv2:port ?port ." + "<", librdf_uri_as_string(p->plugin_uri), "> lv2:port ?port .\n" "?port lv2:symbol \"", port->symbol, "\";\n\t", property, " ?value .\n}", NULL); |