summaryrefslogtreecommitdiff
path: root/src/pkl.cc
diff options
context:
space:
mode:
Diffstat (limited to 'src/pkl.cc')
-rw-r--r--src/pkl.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/pkl.cc b/src/pkl.cc
index 7e492d99..23a4f533 100644
--- a/src/pkl.cc
+++ b/src/pkl.cc
@@ -20,7 +20,7 @@ PKLAsset::PKLAsset (xmlpp::Node const * node)
id = string_node ("Id");
annotation_text = optional_string_node ("AnnotationText");
hash = string_node ("Hash");
- size = int_node ("Size");
+ size = int64_node ("Size");
type = string_node ("Type");
}