mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-09 18:31:04 +00:00
The flush should be done on either branch.
This commit is contained in:
parent
09dddb0959
commit
c2de96d2ed
@ -1669,11 +1669,11 @@ void Paragraph::write(ostream & os, BufferParams const & bparams,
|
||||
os << "\\begin_inset ";
|
||||
inset->write(os);
|
||||
os << "\n\\end_inset\n\n";
|
||||
column = 0;
|
||||
}
|
||||
// FIXME This can be removed again once the mystery
|
||||
// crash has been resolved.
|
||||
os << flush;
|
||||
column = 0;
|
||||
}
|
||||
}
|
||||
break;
|
||||
case '\\':
|
||||
|
Loading…
Reference in New Issue
Block a user