removed % from cutted recordings recname

This commit is contained in:
louis 2016-02-13 08:00:02 +01:00
parent d901bba87c
commit e09eda6139
1 changed files with 2 additions and 0 deletions

View File

@ -1519,6 +1519,8 @@ char *cLeMenuRecordings::RecName(const char *path, int level) {
startName = strchr(startName, FOLDERDELIMCHAR);
startName++;
}
if (*startName == '%')
startName++;
const char *endName = startName;
if (endName = strchr(endName, FOLDERDELIMCHAR)) {
int len = endName - startName;