From b38624843fc3b2a6120ce38f5a075f914fdfaffe Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Wed, 13 May 2015 22:51:02 +0100 Subject: Small thinko fix. --- src/interop_subtitle_content.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') 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 other_asset, EqualityOpt list >::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, " nodes differ"); return false; } -- cgit v1.2.3