Fix a small buffer issue which could sometimes prevent sessions from being able to...
authorJohn Emmas <johne53@tiscali.co.uk>
Thu, 22 Oct 2015 15:35:13 +0000 (16:35 +0100)
committerJohn Emmas <johne53@tiscali.co.uk>
Thu, 22 Oct 2015 15:37:00 +0000 (16:37 +0100)
commit3c4f899a4faf0c45938fb17b3d74369352885e08
treeb19b3efc3983b318e3e7aea9b329676e0b6e4bf2
parent0956708aa957fd7703fc571ce4247f7c28c2ef3f
Fix a small buffer issue which could sometimes prevent sessions from being able to load

In the function 'LV2Plugin::add_state()' the snprintf() call can easily print 19 or even 20 bytes - so a 16-byte buffer wasn't large enough.
libs/ardour/lv2_plugin.cc