janjongboom/janpatch

jp_final_flush() bug when at the page boundary

thendrickson opened this issue · 2 comments

in jp_final_flush(), if (page != buffer->current_page) then there is a bug where the 2nd page flush messes things up by seeking back by one page length and the final length of the binary is then wrong.

Fixed in #14.