13
0

Fix compiler warning

This commit is contained in:
Robin Gareus 2020-03-26 02:15:15 +01:00
parent 6291433e27
commit 8fe3c367cf
Signed by: rgareus
GPG Key ID: A090BCE02CF57F04

View File

@ -1141,6 +1141,7 @@ LuaProc::load_preset (PresetRecord r)
if (!(*j)->get_property (X_("index"), index) ||
!(*j)->get_property (X_("value"), value)) {
assert (false);
continue;
}
set_parameter (index, value);
PresetPortSetValue (index, value); /* EMIT SIGNAL */