diff options
Diffstat (limited to 'src/formula.cpp')
-rw-r--r-- | src/formula.cpp | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/src/formula.cpp b/src/formula.cpp index a1f2328..0d3c4cd 100644 --- a/src/formula.cpp +++ b/src/formula.cpp @@ -1,7 +1,7 @@ /****************************************************************************** * * - * Copyright (C) 1997-2012 by Dimitri van Heesch. + * Copyright (C) 1997-2013 by Dimitri van Heesch. * * Permission to use, copy, modify, and distribute this software and its * documentation under the terms of the GNU General Public License is hereby @@ -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 |