diff options
| author | Carl Hetherington <cth@carlh.net> | 2020-03-25 13:02:31 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2020-03-26 23:07:01 +0100 |
| commit | bb5636cab565719ad0c82e0eccf82595b75db3dc (patch) | |
| tree | 54c98c0dce501a852b0948ac830afcfc12ed7991 /src | |
| parent | 4eae6c1402f212bbc3dfeb1e250f23227e6c98b1 (diff) | |
Add FIXME.
Diffstat (limited to 'src')
| -rw-r--r-- | src/stl_binary_writer.cc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/stl_binary_writer.cc b/src/stl_binary_writer.cc index 32a6128..29f3c5a 100644 --- a/src/stl_binary_writer.cc +++ b/src/stl_binary_writer.cc @@ -260,6 +260,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 */ |
