summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorDimitri van Heesch <dimitri@stack.nl>2017-08-21 09:20:25 (GMT)
committerGitHub <noreply@github.com>2017-08-21 09:20:25 (GMT)
commit8ecfd43656819f3c1a365339c0e9ffee315c8d31 (patch)
tree28b940b816eaf1e0a2dd84bab9e2df21008440a3 /src
parented0cbce6f9902f3f4bb84f37e20bd3096c911a33 (diff)
parent77e0cf86eadbec22b81e26e083ffc831240869da (diff)
downloadDoxygen-8ecfd43656819f3c1a365339c0e9ffee315c8d31.zip
Doxygen-8ecfd43656819f3c1a365339c0e9ffee315c8d31.tar.gz
Doxygen-8ecfd43656819f3c1a365339c0e9ffee315c8d31.tar.bz2
Merge pull request #570 from grw1983/master
Fix whitespace handling in vhdldocgen.cpp when generating a flowchart
Diffstat (limited to 'src')
-rw-r--r--src/vhdldocgen.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/vhdldocgen.cpp b/src/vhdldocgen.cpp
index d09de09..7883327 100644
--- a/src/vhdldocgen.cpp
+++ b/src/vhdldocgen.cpp
@@ -3995,10 +3995,10 @@ void FlowChart::createSVG()
//if (m)
// fprintf(stderr,"\n creating flowchart : %s %s in file %s \n",VhdlDocGen::trTypeString(m->getMemberSpecifiers()),m->name().data(),m->getFileDef()->name().data());
- QCString dir=" -o "+ov+qcs;
+ QCString dir=" -o \""+ov+qcs+"\"";
ov+="/flow_design.dot";
- QCString vlargs="-Tsvg "+ov+dir ;
+ QCString vlargs="-Tsvg \""+ov+"\" "+dir ;
if (portable_system("dot",vlargs)!=0)
{