summaryrefslogtreecommitdiff
path: root/libs/ardour/vst_info_file.cc
diff options
context:
space:
mode:
Diffstat (limited to 'libs/ardour/vst_info_file.cc')
-rw-r--r--libs/ardour/vst_info_file.cc4
1 files changed, 2 insertions, 2 deletions
diff --git a/libs/ardour/vst_info_file.cc b/libs/ardour/vst_info_file.cc
index 77be57e8d8..b076c42227 100644
--- a/libs/ardour/vst_info_file.cc
+++ b/libs/ardour/vst_info_file.cc
@@ -682,8 +682,8 @@ vstfx_parse_vst_state (VSTState* vstfx)
#endif
for (int i = 0; i < info->numParams; ++i) {
- char name[64];
- char label[64];
+ char name[VestigeMaxLabelLen];
+ char label[VestigeMaxLabelLen];
/* Not all plugins give parameters labels as well as names */