diff options
| author | Carl Hetherington <cth@carlh.net> | 2014-07-10 16:37:22 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2014-07-10 16:37:22 +0100 |
| commit | 13437973e5d0cc71190760bb8b3e8afa8e1fd242 (patch) | |
| tree | 7afe494075ec729ddcaf3df0ae02a4e47a3d1fcd /src/lib | |
| parent | 8f6277ad312410efe4187a03d6795f344b433475 (diff) | |
Fix previous.
Diffstat (limited to 'src/lib')
| -rw-r--r-- | src/lib/writer.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/writer.cc b/src/lib/writer.cc index 2d6d830cd..b165545c7 100644 --- a/src/lib/writer.cc +++ b/src/lib/writer.cc @@ -589,7 +589,7 @@ Writer::can_fake_write (int frame) const void Writer::write (PlayerSubtitles subs) { - if (subs.empty ()) { + if (subs.text.empty ()) { return; } |
