mirror of
				https://projects.vdr-developer.org/git/vdr-plugin-skindesigner.git
				synced 2023-10-19 15:58:31 +00:00 
			
		
		
		
	reverted minor change
This commit is contained in:
		@@ -49,8 +49,6 @@ void cVeDmHeader::SetTokenContainer(void) {
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
void cVeDmHeader::SetTitle(const char *title) { 
 | 
			
		||||
    if (!title)
 | 
			
		||||
        return;
 | 
			
		||||
    if (this->title && !strcmp(this->title, title))
 | 
			
		||||
        return;
 | 
			
		||||
    free(this->title);
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user