diff options
author | Ralph Amissah <ralph@amissah.com> | 2018-06-19 19:02:18 -0400 |
---|---|---|
committer | Ralph Amissah <ralph@amissah.com> | 2019-04-10 15:14:15 -0400 |
commit | e29d507ab0b217595041fb1061efca98aaa17536 (patch) | |
tree | fb6623dd7dfbbff6bd15f01d0278716af0ab8936 /org/sdp.org | |
parent | naming is_of_ (is_ of_) (diff) |
naming is_of_ (is_ of_)
Diffstat (limited to 'org/sdp.org')
-rw-r--r-- | org/sdp.org | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/org/sdp.org b/org/sdp.org index 727b16a..e5ed367 100644 --- a/org/sdp.org +++ b/org/sdp.org @@ -995,7 +995,7 @@ string[string] check = [ ]; foreach (k; doc_matters.xml.keys_seq.seg) { foreach (obj; doc_abstraction[k]) { - if (obj.typeinfo.of_part != "empty") { + if (obj.typeinfo.is_of_part != "empty") { if (!empty(obj.node.object_number)) { if (k == "body") { check["last_object_number_body"] = obj.node.object_number; |