mirror of
https://github.com/juce-framework/JUCE.git
synced 2026-01-23 01:44:22 +00:00
LV2 Host: Properly map non-ASCII IRIs to URIDs
This commit is contained in:
parent
8d1b91daee
commit
b41beb3767
1 changed files with 1 additions and 1 deletions
|
|
@ -658,7 +658,7 @@ public:
|
|||
|
||||
const auto index = strings.size();
|
||||
indices.insert (it, index);
|
||||
strings.emplace_back (uri);
|
||||
strings.push_back (uriString);
|
||||
return static_cast<LV2_URID> (index + 1);
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue