Opened 12 years ago Closed 11 years ago #784 closed defect (fixed)confusing part_mode initialization
Description (last modified by ksuehring)static const UChar INIT_PART_SIZE[3][NUM_PART_SIZE_CTX] = { { 154, 139, CNU, CNU, }, { 154, 139, CNU, CNU, }, { 184, CNU, CNU, CNU, }, };
binIdx=2 is used. Should be: static const UChar INIT_PART_SIZE[3][NUM_PART_SIZE_CTX] = { { 154, 139, 154, CNU, }, { 154, 139, 154, CNU, }, { 184, CNU, CNU, CNU, }, };
CNU happens to be 154, so functionally it is correct, just confusing. Change History (3)comment:1 Changed 12 years ago by DefaultCC Plugin
comment:2 Changed 12 years ago by ksuehring
comment:3 Changed 11 years ago by fbossen
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
|
Fixed in r3774