mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-12-27 06:19:36 +00:00
Correctly initialize bool. Thanks, Pavel.
This commit is contained in:
parent
dca8563423
commit
47673f560f
@ -94,7 +94,7 @@ bool operator!=(AuxInfo const & a, AuxInfo const & o)
|
|||||||
|
|
||||||
LaTeX::LaTeX(string const & latex, OutputParams const & rp,
|
LaTeX::LaTeX(string const & latex, OutputParams const & rp,
|
||||||
FileName const & f, string const & p)
|
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;
|
num_errors = 0;
|
||||||
if (prefixIs(cmd, "pdf")) { // Do we use pdflatex ?
|
if (prefixIs(cmd, "pdf")) { // Do we use pdflatex ?
|
||||||
|
Loading…
Reference in New Issue
Block a user