Changeset 298 in SHVCSoftware for branches


Ignore:
Timestamp:
21 Jun 2013, 00:03:58 (12 years ago)
Author:
seregin
Message:

change format string

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/SHM-2.1-dev/source/App/TAppEncoder/TAppEncCfg.cpp

    r297 r298  
    23672367      if( i >= numEntries )
    23682368      {
    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 );
    23702370        exit( EXIT_FAILURE );
    23712371      }
     
    23762376    if( i < numEntries )
    23772377    {
    2378       printf( "%c: Some entries are not specified.\n", logString );
     2378      printf( "%s: Some entries are not specified.\n", logString );
    23792379      exit( EXIT_FAILURE );
    23802380    }
Note: See TracChangeset for help on using the changeset viewer.