mirror of
https://projects.vdr-developer.org/git/vdr-plugin-skindesigner.git
synced 2023-10-19 17:58:31 +02:00
removed % from cutted recordings recname
This commit is contained in:
parent
d901bba87c
commit
e09eda6139
@ -1519,6 +1519,8 @@ char *cLeMenuRecordings::RecName(const char *path, int level) {
|
|||||||
startName = strchr(startName, FOLDERDELIMCHAR);
|
startName = strchr(startName, FOLDERDELIMCHAR);
|
||||||
startName++;
|
startName++;
|
||||||
}
|
}
|
||||||
|
if (*startName == '%')
|
||||||
|
startName++;
|
||||||
const char *endName = startName;
|
const char *endName = startName;
|
||||||
if (endName = strchr(endName, FOLDERDELIMCHAR)) {
|
if (endName = strchr(endName, FOLDERDELIMCHAR)) {
|
||||||
int len = endName - startName;
|
int len = endName - startName;
|
||||||
|
Loading…
Reference in New Issue
Block a user