BUG: potential segfault
This commit is contained in:
parent
22442fd9e1
commit
cfb3c9eaa9
@ -1235,7 +1235,10 @@ void cmDocumentation::CreateManDocumentation()
|
|||||||
}
|
}
|
||||||
|
|
||||||
this->AddSection("COPYRIGHT", cmDocumentationCopyright);
|
this->AddSection("COPYRIGHT", cmDocumentationCopyright);
|
||||||
this->AddSection("SEE ALSO", &this->SeeAlsoSection[0]);
|
if(!this->SeeAlsoSection.empty())
|
||||||
|
{
|
||||||
|
this->AddSection("SEE ALSO", &this->SeeAlsoSection[0]);
|
||||||
|
}
|
||||||
this->AddSection("AUTHOR", cmDocumentationAuthor);
|
this->AddSection("AUTHOR", cmDocumentationAuthor);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user