c-cube / printbox

print nested boxes, lists, arrays, tables in several formats
https://c-cube.github.io/printbox/
BSD 2-Clause "Simplified" License
75 stars 9 forks source link

Assertion triggered in `PrintBox_text` #30

Closed lukstafi closed 9 months ago

lukstafi commented 1 year ago

I somehow managed to trigger assert (Pos.compare curr_pos start_pos <= 0); (in to_buf_aux_). The problem disappeared with changes on my side, I'll try to reproduce it...

lukstafi commented 9 months ago

Let's say it's not reproducible (I've never seen it again).