13
0

fix possible overflow (printing float)

This commit is contained in:
Robin Gareus 2016-03-18 21:19:05 +01:00
parent 222c099300
commit 851f6d4f79

View File

@ -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){