Fix unit-test data (XML attributes changed)
[ardour.git] / libs / ardour / vst_info_file.cc
index 77be57e8d8caf7db26842fc056c9db8ba4b1f1f3..b076c422270556c957924b60ec78bfda458daac0 100644 (file)
@@ -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 */