mirror of
				https://projects.vdr-developer.org/git/vdr-plugin-skindesigner.git
				synced 2023-10-19 15:58:31 +00:00 
			
		
		
		
	removed % from cutted recordings recname
This commit is contained in:
		| @@ -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; | ||||
|   | ||||
		Reference in New Issue
	
	Block a user