Fix LADSPA author name (remove padding)
This commit is contained in:
parent
e61c4b692b
commit
ce8740cf5e
@ -700,6 +700,7 @@ PluginManager::ladspa_discover (string path)
|
||||
info->creator = "Unknown";
|
||||
} else{
|
||||
info->creator = creator.substr (0, pos);
|
||||
strip_whitespace_edges (info->creator);
|
||||
}
|
||||
|
||||
char buf[32];
|
||||
|
Loading…
Reference in New Issue
Block a user