Correctly initialize bool. Thanks, Pavel.

(cherry picked from commit 47673f560f)
This commit is contained in:
Juergen Spitzmueller 2012-10-11 12:55:43 +02:00
parent 8f14abdd76
commit 249fa322c4

View File

@ -94,7 +94,7 @@ bool operator!=(AuxInfo const & a, AuxInfo const & o)
LaTeX::LaTeX(string const & latex, OutputParams const & rp,
FileName const & f, string const & p)
: cmd(latex), file(f), path(p), runparams(rp)
: cmd(latex), file(f), path(p), runparams(rp), biber(false)
{
num_errors = 0;
if (prefixIs(cmd, "pdf")) { // Do we use pdflatex ?