On Tue, 15 Jan 2002, Dom Lachowicz wrote: > This is a potentially horrible bug in the formatter that I've hopefully > corrected, at least in fp_Line.cpp > > The problem is this: > > UT_uint32 count = vector.size(); > for(UT_uint32 i = count -1; i >= 0; i--) Yuck! Good catch to remove it. This may well explain some random crashes I've seen with forced line breaks. Cheers Martin
- Commit: fix 2592, others Dom Lachowicz
- Martin Sevior
