From 4101c83a16ce715c84d353572bd0f231059bfbac Mon Sep 17 00:00:00 2001 From: Ralph Amissah Date: Tue, 19 Jun 2018 12:17:37 -0400 Subject: make string object_number a property of int o_n --- src/sdp/meta/metadoc_summary.d | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src/sdp/meta/metadoc_summary.d') diff --git a/src/sdp/meta/metadoc_summary.d b/src/sdp/meta/metadoc_summary.d index 3167677..a025411 100644 --- a/src/sdp/meta/metadoc_summary.d +++ b/src/sdp/meta/metadoc_summary.d @@ -24,7 +24,7 @@ template SiSUabstractionSummary() { string[string] check = [ "last_object_number" : "NA [debug \"checkdoc\" not run]", "last_object_number_body" : "0", - "last_object_number_bkidx" : "0", + "last_object_number_book_index" : "0", ]; foreach (k; doc_matters.xml.keys_seq.seg) { foreach (obj; doc_abstraction[k]) { @@ -39,7 +39,7 @@ template SiSUabstractionSummary() { } if (k == "bookindex_seg") { if (obj.misc.object_number_type == 2) { - check["last_object_number_bkidx"] = obj.misc.object_number_bkidx; + check["last_object_number_book_index"] = obj.misc.object_number_book_index; } } } @@ -83,7 +83,7 @@ template SiSUabstractionSummary() { ? (to!int(doc_abstraction["bookindex_seg"].length)) : 0, " last book idx ocn:", - to!int(check["last_object_number_bkidx"]), + to!int(check["last_object_number_book_index"]), "length blurb:", (doc_abstraction["blurb"].length > 1) ? (to!int(doc_abstraction["blurb"].length)) -- cgit v1.2.3