- Timestamp:
- 21 Jun 2013, 00:03:58 (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/SHM-2.1-dev/source/App/TAppEncoder/TAppEncCfg.cpp
r297 r298 2367 2367 if( i >= numEntries ) 2368 2368 { 2369 printf( "% c: The number of entries specified is larger than the allowed number.\n", logString );2369 printf( "%s: The number of entries specified is larger than the allowed number.\n", logString ); 2370 2370 exit( EXIT_FAILURE ); 2371 2371 } … … 2376 2376 if( i < numEntries ) 2377 2377 { 2378 printf( "% c: Some entries are not specified.\n", logString );2378 printf( "%s: Some entries are not specified.\n", logString ); 2379 2379 exit( EXIT_FAILURE ); 2380 2380 }
Note: See TracChangeset for help on using the changeset viewer.