Opened 12 years ago Last modified 11 years ago #784 closed defectconfusing part_mode initialization — at Version 2
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 (2)comment:1 Changed 12 years ago by DefaultCC Plugin
comment:2 Changed 12 years ago by ksuehring
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
|