id summary reporter owner description type status priority milestone component version resolution keywords cc 1115 Debug display of unsigned elements peterderivaz "In Lib\TLibDecoder\SyntaxElementParser.cpp there are some useful functions that display debugging information about parsed syntax elements. However, sometimes large unsigned elements can be displayed as being negative. I think this is because the fprintf format string uses %d instead of %u. e.g. in `Void SyntaxElementParser::xReadUvlcTr (UInt& rValue, const Char *pSymbolName)` the code reads fprintf( g_hTrace, ""%-50s ue(v) : %d\n"", pSymbolName, rValue ); I think it would be a little nicer if this were changed to fprintf( g_hTrace, ""%-50s ue(v) : %u\n"", pSymbolName, rValue ); " defect closed trivial HM-11.1 HM HM-11.0 fixed fbossen ksuehring davidf jct-vc@…