diff options
Diffstat (limited to 'src/pkl.cc')
| -rw-r--r-- | src/pkl.cc | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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"); } |
