diff options
| author | Carl Hetherington <cth@carlh.net> | 2015-07-02 13:38:50 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2015-07-02 13:38:50 +0100 |
| commit | d704110228aae2bc7cd2ebc8ccd23d78be4fef9b (patch) | |
| tree | 036cfe5663ed287637cf5629ea4c5e952e0ad380 /src/subrip_reader.cc | |
| parent | 4d406c620b0211a5e27c19187d963241120f8838 (diff) | |
Fix font parse error.
Diffstat (limited to 'src/subrip_reader.cc')
| -rw-r--r-- | src/subrip_reader.cc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/subrip_reader.cc b/src/subrip_reader.cc index 134ca3e..644a23c 100644 --- a/src/subrip_reader.cc +++ b/src/subrip_reader.cc @@ -196,6 +196,7 @@ SubripReader::convert_line (string t, int line_number, Time from, Time to) colours.push_back (p.colour); } } else if (tag == "/font") { + maybe_content (p); colours.pop_back (); p.colour = colours.back (); } |
