Files
Alberto González Palomo 8e64e12fed Fix sliced multi-line events
The original multi-line implementation had a problem:
multi-line events got sliced in two when they crossed
the spool size barrier, because the code still counted
each line as a spool entry.
With multi-line entries that is no longer correct.
This fix simply reduces the spaceLeftInSpool variable
only after adding an entry.
2017-03-05 22:49:06 +01:00
..
2015-03-18 23:23:50 +01:00