From 1c82568fa688351444b56dd190de33df29f688f5 Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Wed, 25 Mar 2020 13:02:31 +0100 Subject: [PATCH] Add FIXME. --- src/stl_binary_writer.cc | 1 + 1 file changed, 1 insertion(+) diff --git a/src/stl_binary_writer.cc b/src/stl_binary_writer.cc index e05aad3..32c2389 100644 --- a/src/stl_binary_writer.cc +++ b/src/stl_binary_writer.cc @@ -243,6 +243,7 @@ sub::write_stl_binary ( memset (buffer, 0, 128); + /* XXX: these should increment, surely! */ /* Subtitle group number */ put_int_as_int (buffer + 0, 1, 1); /* Subtitle number */ -- 2.30.2