Opened 13 years ago Closed 13 years ago #225 closed defect (duplicate)SliceMode 2 does not work in HM-4.1
Description
SliceMode=2 is the slice mode that uses a byte threshold for breaking slices, it can for instance be used for creating 1500 byte slices. This mode does not work in HM-4.1 since the bitcounter is not set correctly when OL_USE_WPP=1. The attached patch fixes the problem by adding 3 lines of code. Attachments (1)Change History (6)Changed 13 years ago by rickardcomment:1 Changed 13 years ago by rickard
Let me double-check this patch once more, there might be some additional issues here. Sorry about that.
Version 0, edited 13 years ago
by rickard
(next)
comment:2 Changed 13 years ago by davidf
Updating component after adding WD (Text) tickets comment:3 Changed 13 years ago by ksuehring
comment:4 Changed 13 years ago by davidf
comment:5 Changed 13 years ago by davidf
Note: See
TracTickets for help on using
tickets. | This list contains all users that will be notified about changes made to this ticket. These roles will be notified: Reporter, Owner, Subscriber, Participant
|
Patch for SliceMode=2