Changeset 655 in 3DVCSoftware for trunk/source/Lib/TLibDecoder/SyntaxElementParser.cpp
- Timestamp:
- 23 Oct 2013, 23:01:30 (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/source/Lib/TLibDecoder/SyntaxElementParser.cpp
r622 r655 58 58 if (length < 10) 59 59 { 60 fprintf( g_hTrace, "%-50s u(%d) : % d\n", pSymbolName, length, rValue );60 fprintf( g_hTrace, "%-50s u(%d) : %u\n", pSymbolName, length, rValue ); 61 61 } 62 62 else 63 63 { 64 fprintf( g_hTrace, "%-50s u(%d) : % d\n", pSymbolName, length, rValue );64 fprintf( g_hTrace, "%-50s u(%d) : %u\n", pSymbolName, length, rValue ); 65 65 } 66 66 fflush ( g_hTrace ); … … 77 77 #endif 78 78 fprintf( g_hTrace, "%8lld ", g_nSymbolCounter++ ); 79 fprintf( g_hTrace, "%-50s ue(v) : % d\n", pSymbolName, rValue );79 fprintf( g_hTrace, "%-50s ue(v) : %u\n", pSymbolName, rValue ); 80 80 fflush ( g_hTrace ); 81 81 }
Note: See TracChangeset for help on using the changeset viewer.