CVS commit by trueg: compile fix M +1 -1 k3bflacdecoder.cpp 1.5 --- kdeextragear-1/k3b/plugins/decoder/flac/k3bflacdecoder.cpp #1.4:1.5 @@ -235,5 +235,5 @@ bool K3bFLACDecoder::analyseFileInternal kdDebug() << "(K3bFLACDecoder) using taglib to read tag" << endl; TagLib::FLAC::File f( QFile::encodeName(filename()) ); - if( file.isOpen() ) { + if( f.isOpen() ) { addMetaInfo( META_TITLE, TStringToQString( f.tag()->title() ) ); addMetaInfo( META_ARTIST, TStringToQString( f.tag()->artist() ) );