commit | 588112faff9021d2fb6f320c592694c4e6c385ab | [log] [tgz] |
---|---|---|
author | Michal Vasko <mvasko@cesnet.cz> | Tue Dec 10 14:51:53 2019 +0100 |
committer | Michal Vasko <mvasko@cesnet.cz> | Tue Dec 10 14:51:53 2019 +0100 |
tree | 95890968cd233940d700a13c1c39fd7f6643f0ce | |
parent | 509de4daad5bd6b93ddba19d4123610563a7af38 [diff] [blame] |
xpath BUGFIX copy root_type to all sets Fixes #970
diff --git a/src/xpath.c b/src/xpath.c index 72e3aa0..f616c1c 100644 --- a/src/xpath.c +++ b/src/xpath.c
@@ -744,6 +744,7 @@ if (set) { new->ctx = set->ctx; new->ctx_node = set->ctx_node; + new->root_type = set->root_type; new->local_mod = set->local_mod; new->trees = set->trees; new->format = set->format;