summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/interop_subtitle_content.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/interop_subtitle_content.cc b/src/interop_subtitle_content.cc
index 2ba698db..305c3666 100644
--- a/src/interop_subtitle_content.cc
+++ b/src/interop_subtitle_content.cc
@@ -194,7 +194,7 @@ InteropSubtitleContent::equals (shared_ptr<const Asset> other_asset, EqualityOpt
list<shared_ptr<InteropLoadFontNode> >::const_iterator j = other->_load_font_nodes.begin ();
while (i != _load_font_nodes.end ()) {
- if (j == _load_font_nodes.end ()) {
+ if (j == other->_load_font_nodes.end ()) {
note (DCP_ERROR, "<LoadFont> nodes differ");
return false;
}