diff options
| -rw-r--r-- | src/pkl_file.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/pkl_file.cc b/src/pkl_file.cc index 21763f27..6dfb627c 100644 --- a/src/pkl_file.cc +++ b/src/pkl_file.cc @@ -32,7 +32,7 @@ PKLFile::PKLFile (string file) : XMLFile (file, "PackingList") { id = string_child ("Id"); - annotation_text = string_child ("AnnotationText"); + annotation_text = optional_string_child ("AnnotationText"); issue_date = string_child ("IssueDate"); issuer = string_child ("Issuer"); creator = string_child ("Creator"); |
