diff options
| author | Carl Hetherington <cth@carlh.net> | 2014-06-04 11:21:54 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2014-06-04 11:21:54 +0100 |
| commit | e409a8b24d78684246e6dbf7092e1e1ac75da8ed (patch) | |
| tree | 92db1cfe091c16026c2f1500b95965f55a92e5f8 /src/stl_binary_reader.cc | |
| parent | df5e7ee155351ecd6e7ef52b1764149b5fcb258a (diff) | |
Various small bug fixes.
Diffstat (limited to 'src/stl_binary_reader.cc')
| -rw-r--r-- | src/stl_binary_reader.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/stl_binary_reader.cc b/src/stl_binary_reader.cc index d0fc266..022ed29 100644 --- a/src/stl_binary_reader.cc +++ b/src/stl_binary_reader.cc @@ -66,7 +66,7 @@ STLBinaryReader::STLBinaryReader (istream& in) translated_episode_title = get_string (112, 32); translator_name = get_string (144, 32); translator_contact_details = get_string (176, 32); - subtitle_list_reference_code = get_string (208, 32); + subtitle_list_reference_code = get_string (208, 16); creation_date = get_string (224, 6); revision_date = get_string (230, 6); revision_number = get_string (236, 2); |
