mirror of
https://github.com/Ardour/ardour.git
synced 2026-01-07 14:15:46 +01:00
Fix LADSPA author name (remove padding)
This commit is contained in:
parent
e61c4b692b
commit
ce8740cf5e
1 changed files with 1 additions and 0 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue