From 91bcf6289c86d08fc994f123b0fd6ec2f2ba6603 Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Sat, 11 Aug 2012 22:05:57 +0100 Subject: A couple of things seem to be optional in real life. --- src/asset_map.cc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src') diff --git a/src/asset_map.cc b/src/asset_map.cc index 9276170c..b77c4ac1 100644 --- a/src/asset_map.cc +++ b/src/asset_map.cc @@ -27,7 +27,7 @@ Chunk::Chunk (xmlpp::Node const * node) { path = string_node ("Path"); volume_index = int64_node ("VolumeIndex"); - offset = int64_node ("Offset"); - length = int64_node ("Length"); + offset = optional_int64_node ("Offset"); + length = optional_int64_node ("Length"); } -- cgit v1.2.3