--- common/video/iso-mpeg4/src/vtc_zte_bitpack.cpp.orig 2005-05-04 13:56:01.000000000 -0600 +++ common/video/iso-mpeg4/src/vtc_zte_bitpack.cpp 2009-11-19 03:50:46.000000000 -0700 @@ -428,7 +428,7 @@ /* test if enough bits */ if(n>MAXLOOKBITS) - errorHandler("LookBitsFromStream() can only return a maximum of "\ + errorHandler((char*)"LookBitsFromStream() can only return a maximum of "\ "%d bits.\n", MAXLOOKBITS); if(buffer_length16) */ /* errorHandler("Cannot rewind more than 16 bits yet."); */ if(bit_num>64) - errorHandler("Cannot rewind %d bits. Rewinded bit_num=%d.",nbits,bit_num); + errorHandler((char*)"Cannot rewind %d bits. Rewinded bit_num=%d.",nbits,bit_num); }