Merge topic 'graphviz-spaces'
e0ad72d8
Graphviz: Fix handling of spaces in GRAPHVIZ_GRAPH_NAME
This commit is contained in:
commit
e240a489c1
|
@ -292,7 +292,7 @@ void cmGraphVizWriter::WriteGlobalFile(const char* fileName)
|
|||
|
||||
void cmGraphVizWriter::WriteHeader(cmGeneratedFileStream& str) const
|
||||
{
|
||||
str << this->GraphType << " " << this->GraphName << " {" << std::endl;
|
||||
str << this->GraphType << " \"" << this->GraphName << "\" {" << std::endl;
|
||||
str << this->GraphHeader << std::endl;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue