diff options
author | Dimitri van Heesch <dimitri@stack.nl> | 2000-12-20 19:54:07 (GMT) |
---|---|---|
committer | Dimitri van Heesch <dimitri@stack.nl> | 2000-12-20 19:54:07 (GMT) |
commit | a0758fd182732a710364bdf3ebf5c2fb87b0ff70 (patch) | |
tree | 1fae01f2e80d65a57788a3f11ab9fa7463c22ec9 /src/diagram.cpp | |
parent | 00415514455991a9ff44b926c50adda994128924 (diff) | |
download | Doxygen-a0758fd182732a710364bdf3ebf5c2fb87b0ff70.zip Doxygen-a0758fd182732a710364bdf3ebf5c2fb87b0ff70.tar.gz Doxygen-a0758fd182732a710364bdf3ebf5c2fb87b0ff70.tar.bz2 |
Release-1.2.3-20001220
Diffstat (limited to 'src/diagram.cpp')
-rw-r--r-- | src/diagram.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/diagram.cpp b/src/diagram.cpp index c60c44d..eed5cd2 100644 --- a/src/diagram.cpp +++ b/src/diagram.cpp @@ -1236,10 +1236,10 @@ void ClassDiagram::writeFigure(QTextStream &output,const char *path, if (Config::usePDFLatexFlag) { QCString epstopdfArgs(4096); - epstopdfArgs.sprintf("\"%s.eps\" -outfile=\"%s.pdf\"", + epstopdfArgs.sprintf("\"%s.eps\" --outfile=\"%s.pdf\"", epsBaseName.data(),epsBaseName.data()); //printf("Converting eps using `%s'\n",epstopdfCmd.data()); - if (iSystem("epstopdf",epstopdfArgs)!=0) + if (iSystem("epstopdf",epstopdfArgs,TRUE)!=0) { err("Error: Problems running epstopdf. Check your TeX installation!\n"); return; |