mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-22 10:00:33 +00:00
avoid deref of past the end iter
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@10203 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
parent
83c44ca6e7
commit
6719871884
@ -1,3 +1,7 @@
|
||||
2005-07-15 <lgb@tandberg.net>
|
||||
|
||||
* output_latex.C (TeXDeeper): get rid of potential dereferencing
|
||||
of past the end iterator
|
||||
|
||||
2005-07-14 André Pönitz <poenitz@gmx.net>
|
||||
|
||||
|
@ -75,7 +75,7 @@ TeXDeeper(Buffer const & buf,
|
||||
os, texrow, runparams);
|
||||
}
|
||||
}
|
||||
lyxerr[Debug::LATEX] << "TeXDeeper...done " << &*par << endl;
|
||||
lyxerr[Debug::LATEX] << "TeXDeeper...done " << endl;
|
||||
|
||||
return par;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user