summaryrefslogtreecommitdiffstats
path: root/src/formula.cpp
diff options
context:
space:
mode:
authordimitri <dimitri@afe2bf4a-e733-0410-8a33-86f594647bc7>2013-05-12 13:04:34 (GMT)
committerdimitri <dimitri@afe2bf4a-e733-0410-8a33-86f594647bc7>2013-05-12 13:04:34 (GMT)
commit7b57ba3ce34b08841026da979dd9139f08033800 (patch)
tree97f0e23b93d45b7917d965e6d1bb70da6c61831a /src/formula.cpp
parent465c47b8d0e945f9911c579c0c93deaf87c20fd6 (diff)
downloadDoxygen-7b57ba3ce34b08841026da979dd9139f08033800.zip
Doxygen-7b57ba3ce34b08841026da979dd9139f08033800.tar.gz
Doxygen-7b57ba3ce34b08841026da979dd9139f08033800.tar.bz2
Release-1.8.3.1-20130512
Diffstat (limited to 'src/formula.cpp')
-rw-r--r--src/formula.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/formula.cpp b/src/formula.cpp
index ef2d5f2..0d3c4cd 100644
--- a/src/formula.cpp
+++ b/src/formula.cpp
@@ -53,7 +53,7 @@ void FormulaList::generateBitmaps(const char *path)
int x1,y1,x2,y2;
QDir d(path);
// store the original directory
- if (!d.exists()) { err("error: Output dir %s does not exist!\n",path); exit(1); }
+ if (!d.exists()) { err("Output dir %s does not exist!\n",path); exit(1); }
QCString oldDir = QDir::currentDirPath().utf8();
// go to the html output directory (i.e. path)
QDir::setCurrent(d.absPath());
@@ -149,7 +149,7 @@ void FormulaList::generateBitmaps(const char *path)
}
else
{
- err("error: Couldn't extract bounding box!\n");
+ err("Couldn't extract bounding box!\n");
}
}
// next we generate a postscript file which contains the eps
@@ -207,7 +207,7 @@ void FormulaList::generateBitmaps(const char *path)
if (!t.eof())
s=t.readLine().utf8();
if (s.length()<2 || s.left(2)!="P6")
- err("error: ghostscript produced an illegal image format!");
+ err("ghostscript produced an illegal image format!");
else
{
// assume the size is after the first line that does not start with