reverted minor change

This commit is contained in:
louis 2016-02-21 10:13:55 +01:00
parent 7af7daafc2
commit 994e39c940
1 changed files with 0 additions and 2 deletions

View File

@ -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);