From c0f13b2624309b04ce454cb5fec51371826fb166 Mon Sep 17 00:00:00 2001 From: lordmulder Date: Sat, 2 Jul 2011 16:40:15 +0200 Subject: [PATCH] Fixed file name generation in Cue Sheet splitter: If the title of a track contains characters that are not allowed in a file name, we have to replace them. --- doc/Changelog.html | 5 +++++ src/Config.h | 4 ++-- src/Thread_CueSplitter.cpp | 23 +++++++++++++++++++++-- 3 files changed, 28 insertions(+), 4 deletions(-) diff --git a/doc/Changelog.html b/doc/Changelog.html index 8c05fdc3..493ae154 100644 --- a/doc/Changelog.html +++ b/doc/Changelog.html @@ -16,6 +16,11 @@ a:visited { color: #0000EE; }

LameXP - Version History


+Changes between v4.02 and v4.03:

+ Changes between v4.01 and v4.02: