Christopher Faulet ad4e1a4735 BUG/MINOR: buffers: Fix b_slow_realign when a buffer is realign without output
When b_slow_realign is called with the <output> parameter equal to 0, the
buffer's head, after the realign, must be set to 0. It was errornously set to
the buffer's size, because there was no test on the value of <output>.
2018-08-06 15:56:40 +02:00
..
2018-07-20 13:39:30 +02:00
2015-10-12 20:58:51 +02:00
2017-11-26 19:50:17 +01:00