Files
ardour/gtk2_ardour
Robin Gareus ff82e53b85 Revert "Sanitize the AAF's snapshot name (it'll get used later to create an OS folder)"
This reverts commit b935710b60.

legalize_for_universal_path() already santizes the path in a way that is
safe for all OS.

laaf_util_clean_filename() cannot be used with .c_str() because the
function modifies the char* passed to it.

This worked in some cases before C++11, and can work with non-const
 std::string::data starting at C++17, but C++11 spec is quite clear:

> The program shall not modify any of the values stored in the
> character array; otherwise, the behavior is undefined.
2024-02-21 13:38:39 +01:00
..
2024-02-18 16:43:09 +01:00
2024-02-13 06:59:19 +01:00
2024-02-20 11:17:00 -07:00
2019-08-03 15:53:15 +02:00
2024-02-15 14:58:57 +01:00
2024-02-20 19:12:15 +01:00