CVS commit by trueg: compile fix for flac 1.1.2 M +1 -1 k3bflacdecoder.cpp 1.7 --- kdeextragear-1/k3b/plugins/decoder/flac/k3bflacdecoder.cpp #1.6:1.7 @@ -316,5 +316,5 @@ QString K3bFLACDecoder::technicalInfo( c if( info == i18n("Vendor") ) #ifdef FLAC_NEWER_THAN_1_1_1 - return QString::fromUtf8(d->comments->get_vendor_string()); + return QString::fromUtf8((char*)d->comments->get_vendor_string()); #else return QString::fromUtf8(d->comments->get_vendor_string().get_field());