diff options
author | jannick0 <jannick0@users.noreply.github.com> | 2014-05-21 14:53:16 (GMT) |
---|---|---|
committer | jannick0 <jannick0@users.noreply.github.com> | 2014-05-21 14:53:16 (GMT) |
commit | 1f877b09262f34e6bad6dbfaee4b04b4be03bd4c (patch) | |
tree | 06ca49142470d653a33114d36c0f8c7220a1926e /src | |
parent | feb24c82002ced816bc72eb8f2a6a35c71e25ed7 (diff) | |
download | Doxygen-1f877b09262f34e6bad6dbfaee4b04b4be03bd4c.zip Doxygen-1f877b09262f34e6bad6dbfaee4b04b4be03bd4c.tar.gz Doxygen-1f877b09262f34e6bad6dbfaee4b04b4be03bd4c.tar.bz2 |
Update latexgen.cpp
added reset of var Dir_Old at the end.
Diffstat (limited to 'src')
-rw-r--r-- | src/latexgen.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/latexgen.cpp b/src/latexgen.cpp index 050af01..40ad877 100644 --- a/src/latexgen.cpp +++ b/src/latexgen.cpp @@ -249,6 +249,7 @@ static void writeMakeBat() t << mkidx_command << " refman.idx\n"; t << "pdflatex refman\n"; t << "cd /D %Dir_Old%\n"; + t << "set Dir_Old=\n"; } #endif } |