d0b95b76851edaedbbc133e00d7d0c92b128e0ef
This also fixes a potential buffer overlow on Windows. Window _snprintf does not null terminate the string in case the formatted length is longer than the given buffer size. http://msdn.microsoft.com/en-us/library/2ts7cx93%28v=vs.110%29.aspx (mingw's uses _vsnprintf under the hood which is also affected). Alternatively we could rely in g_snprintf() to truncate the string.
Please see the Ardour web site at https://ardour.org/ for all documentation..
For information on building ardour:
https://ardour.org/development.html
Description
Languages
C++
56.5%
C
39.6%
JavaScript
1.3%
Lua
0.9%
Python
0.6%
Other
0.9%