summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/stl_binary_writer.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/stl_binary_writer.cc b/src/stl_binary_writer.cc
index f8d2263..c8dbc76 100644
--- a/src/stl_binary_writer.cc
+++ b/src/stl_binary_writer.cc
@@ -191,7 +191,7 @@ sub::write_stl_binary (
put_string (buffer + 272, "1");
/* Disk sequence number */
put_string (buffer + 273, "1");
- put_string (buffer + 274, 32, country_of_origin);
+ put_string (buffer + 274, 3, country_of_origin);
put_string (buffer + 277, 32, publisher);
put_string (buffer + 309, 32, editor_name);
put_string (buffer + 341, 32, editor_contact_details);