Commit 1f877b09 authored by jannick0's avatar jannick0
Browse files

Update latexgen.cpp

added reset of var Dir_Old at the end.
parent feb24c82
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -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
}