From e409a8b24d78684246e6dbf7092e1e1ac75da8ed Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Wed, 4 Jun 2014 11:21:54 +0100 Subject: Various small bug fixes. --- src/stl_binary_reader.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/stl_binary_reader.cc') 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); -- cgit v1.2.3