Skip to content

Commit

Permalink
Update latexgen.cpp
Browse files Browse the repository at this point in the history
added reset of var Dir_Old at the end.
  • Loading branch information
jannick0 committed May 21, 2014
1 parent feb24c8 commit 1f877b0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/latexgen.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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
}
Expand Down

0 comments on commit 1f877b0

Please sign in to comment.