mirror of
https://github.com/taglib/taglib.git
synced 2025-07-18 04:54:19 -04:00
Always explicitly check for divide by zero conditions.
git-svn-id: svn://anonsvn.kde.org/home/kde/trunk/kdesupport/taglib@335132 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
This commit is contained in:
@ -55,7 +55,7 @@ namespace TagLib {
|
||||
* information specific to Ogg FLAC files.
|
||||
*/
|
||||
|
||||
class File : public TagLib::Ogg::File
|
||||
class File : public Ogg::File
|
||||
{
|
||||
public:
|
||||
/*!
|
||||
|
Reference in New Issue
Block a user