diff options
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); |
