Only filter out <>:"/\|?* while exporting tracks.

This commit is contained in:
Cyp
2019-10-23 16:01:10 +02:00
committed by Johannes Lorenz
parent 4bfcc30a71
commit d849cc179c
3 changed files with 4 additions and 2 deletions

View File

@@ -72,6 +72,8 @@ const int DEFAULT_TRACK_HEIGHT = 32;
const int TCO_BORDER_WIDTH = 2;
char const *const FILENAME_FILTER = "[\\0000-\x1f\"*/:<>?\\\\|\x7f]";
class TrackContentObject : public Model, public JournallingObject
{