Changes between Initial Version and Version 2 of Ticket #784


Ignore:
Timestamp:
Apr 10, 2013, 3:07:55 PM (11 years ago)
Author:
ksuehring
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #784

    • Property Cc fbossen ksuehring davidf jct-vc@… added
  • Ticket #784 – Description

    initial v2  
     1{{{
    12static const UChar
    23INIT_PART_SIZE[3][NUM_PART_SIZE_CTX] =   
     
    67  { 184,  CNU,  CNU,  CNU, }, 
    78};
    8 
     9}}}
    910binIdx=2 is used. Should be:
    10 
     11{{{
    1112static const UChar
    1213INIT_PART_SIZE[3][NUM_PART_SIZE_CTX] =   
     
    1617  { 184,  CNU,  CNU,  CNU, }, 
    1718};
    18 
     19}}}
    1920CNU happens to be 154, so functionally it is correct, just confusing.

This list contains all users that will be notified about changes made to this ticket.

These roles will be notified: Reporter, Owner, Subscriber, Participant

  • David Flynn(Subscriber)
  • Frank Bossen(Subscriber, Participant)
  • jct-vc@…(Subscriber)
  • karl.sharman@…(Always)
  • Karsten Suehring(Subscriber, Participant, Always)
  • Sorin Cismas(Reporter)