Robin Gareus d0b95b7685 Do not truncate pretty bundle names
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.
2023-01-01 17:44:43 +01:00
2022-11-04 13:44:55 +01:00
2023-01-01 17:44:43 +01:00
2022-04-08 19:51:02 +02:00
2022-12-03 15:03:44 +01:00
2020-10-18 17:45:32 +02:00
2021-03-23 23:27:45 +01:00
2022-12-03 15:03:44 +01:00

Please see the Ardour web site at https://ardour.org/ for all documentation..

For information on building ardour: 
      
     https://ardour.org/development.html
Description
No description provided
Readme 202 MiB
Languages
C++ 56.5%
C 39.6%
JavaScript 1.3%
Lua 0.9%
Python 0.6%
Other 0.9%