From 09e7df8509c8851eebabaf2b9c7606b522c0db53 Mon Sep 17 00:00:00 2001 From: Sebastian Rachuj Date: Wed, 15 May 2013 16:54:31 +0200 Subject: [PATCH] Added return for find --- taglib/ebml/matroska/ebmlmatroskafile.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/taglib/ebml/matroska/ebmlmatroskafile.cpp b/taglib/ebml/matroska/ebmlmatroskafile.cpp index a43a9783..ad093fdc 100644 --- a/taglib/ebml/matroska/ebmlmatroskafile.cpp +++ b/taglib/ebml/matroska/ebmlmatroskafile.cpp @@ -373,6 +373,7 @@ public: if(i->second.second == ttv) return i; } + return document->d->tags.end(); } // Updates the given information