From kde-commits Tue Feb 22 17:51:50 2005 From: Sebastian Trueg Date: Tue, 22 Feb 2005 17:51:50 +0000 To: kde-commits Subject: kdeextragear-1/k3b/plugins/decoder/flac Message-Id: <20050222175150.E5C8CED8A () office ! kde ! org> X-MARC-Message: https://marc.info/?l=kde-commits&m=110909473415987 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() ) );