Fix previous.
authorCarl Hetherington <cth@carlh.net>
Thu, 10 Jul 2014 15:37:22 +0000 (16:37 +0100)
committerCarl Hetherington <cth@carlh.net>
Thu, 10 Jul 2014 15:37:22 +0000 (16:37 +0100)
src/lib/writer.cc

index 2d6d830cd3eb89f5a65f45e0080e805e92b5af0d..b165545c7b23e5f3eb04b085d50020861f135ffd 100644 (file)
@@ -589,7 +589,7 @@ Writer::can_fake_write (int frame) const
 void
 Writer::write (PlayerSubtitles subs)
 {
-       if (subs.empty ()) {
+       if (subs.text.empty ()) {
                return;
        }