This website works better with JavaScript.
Home
Help
Sign In
falkTX
/
Carla-Plugins
mirror of
https://github.com/falkTX/Carla-Plugins
Watch
1
Star
0
Fork
0
Code
Releases
0
Activity
Browse Source
Fix build with latest carla
Signed-off-by: falkTX <falktx@falktx.com>
develop
falkTX
5 years ago
parent
5390079f19
commit
5b0560911d
Signed by:
falkTX
<falktx@falktx.com>
GPG Key ID:
CDBAA37ABC74FBA0
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
zynaddsubfx-ui.cpp
+ 1
- 1
zynaddsubfx-ui.cpp
View File
@@ -190,7 +190,7 @@ protected:
{
const char* uiTitle;
CARLA_SAFE_ASSERT_RETURN(readNextLineAsString(uiTitle), true);
CARLA_SAFE_ASSERT_RETURN(readNextLineAsString(uiTitle
, false
), true);
try {
GUI::raiseUi(gui, "/ui/title", "s", uiTitle);
Write
Preview
Loading…
Cancel
Save