summaryrefslogtreecommitdiffstats
path: root/src/rtfgen.cpp
diff options
context:
space:
mode:
authoralbert-github <albert.tests@gmail.com>2015-07-24 13:53:14 (GMT)
committeralbert-github <albert.tests@gmail.com>2015-07-24 13:53:14 (GMT)
commitc713984bf6a4c9e8c2ea393b304682ce4a56358f (patch)
tree95d4c5c8d94d56fc07ccc65ff0e53147535203ea /src/rtfgen.cpp
parent45e153f2238d0fa031d147cfe207e52b913845eb (diff)
downloadDoxygen-c713984bf6a4c9e8c2ea393b304682ce4a56358f.zip
Doxygen-c713984bf6a4c9e8c2ea393b304682ce4a56358f.tar.gz
Doxygen-c713984bf6a4c9e8c2ea393b304682ce4a56358f.tar.bz2
Bug 682373 - Math does not work in LaTeX with custom header and footer.
Reset current directory in case of return.
Diffstat (limited to 'src/rtfgen.cpp')
-rw-r--r--src/rtfgen.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/rtfgen.cpp b/src/rtfgen.cpp
index 7baaa3c..e10b638 100644
--- a/src/rtfgen.cpp
+++ b/src/rtfgen.cpp
@@ -2590,6 +2590,7 @@ bool RTFGenerator::preProcessFileInplace(const char *path,const char *name)
if (!outf.open(IO_WriteOnly))
{
err("Failed to open %s for writing!\n",combinedName.data());
+ QDir::setCurrent(oldDir);
return FALSE;
}
FTextStream outt(&outf);