Opened 12 years ago Closed 12 years ago #827 closed defect (fixed)mismatch between text and software for initialization value of sao_type_idx contexts
Description
In the file source/Lib/TLibCommon/ContextTables.h, the array INIT_SAO_TYPE_IDX is initialized as ;
static const UChar
};
This is different from the spec. The array should be initialized as :
static const UChar
}; Change History (3)comment:1 Changed 12 years ago by DefaultCC Plugin
comment:2 Changed 12 years ago by fbossencomment:3 Changed 12 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 r3170