mirror of
https://github.com/taglib/taglib.git
synced 2025-07-25 16:34:26 -04:00
Added return for find
This commit is contained in:
@ -373,6 +373,7 @@ public:
|
||||
if(i->second.second == ttv)
|
||||
return i;
|
||||
}
|
||||
return document->d->tags.end();
|
||||
}
|
||||
|
||||
// Updates the given information
|
||||
|
Reference in New Issue
Block a user