summaryrefslogtreecommitdiff
path: root/libs
diff options
context:
space:
mode:
Diffstat (limited to 'libs')
-rw-r--r--libs/ardour/ladspa_plugin.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/libs/ardour/ladspa_plugin.cc b/libs/ardour/ladspa_plugin.cc
index f30925ac51..40d8b68951 100644
--- a/libs/ardour/ladspa_plugin.cc
+++ b/libs/ardour/ladspa_plugin.cc
@@ -350,7 +350,7 @@ void
LadspaPlugin::add_state (XMLNode* root) const
{
XMLNode *child;
- char buf[16];
+ char buf[32];
LocaleGuard lg (X_("C"));
for (uint32_t i = 0; i < parameter_count(); ++i){