mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-22 10:00:33 +00:00
Amend 18f7dce3d9
- avoid uninialized local variable atlastpos
This commit is contained in:
parent
5a192d28f0
commit
e29896d93d
@ -1950,7 +1950,7 @@ bool Text::splitInset(Cursor & cur)
|
||||
cur.setMark(false);
|
||||
cur.selHandle(false);
|
||||
cur.resetAnchor();
|
||||
bool atlastpos;
|
||||
bool atlastpos = false;
|
||||
if (cur.pos() == 0 && cur.pit() > 0) {
|
||||
// if we are at par start, remove this par
|
||||
cur.text()->backspace(cur);
|
||||
|
Loading…
Reference in New Issue
Block a user