mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-12 22:14:35 +00:00
Correctly initialize bool. Thanks, Pavel.
(cherry picked from commit 47673f560f
)
This commit is contained in:
parent
8f14abdd76
commit
249fa322c4
@ -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 ?
|
||||
|
Loading…
Reference in New Issue
Block a user