projects
/
reactos.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b663342
)
make sure parentElement is set properly for <xi:include> elements
author
Royce Mitchell III
<royce3@ev1.net>
Mon, 10 Jan 2005 14:03:21 +0000
(14:03 +0000)
committer
Royce Mitchell III
<royce3@ev1.net>
Mon, 10 Jan 2005 14:03:21 +0000
(14:03 +0000)
svn path=/branches/xmlbuildsystem/; revision=12918
reactos/tools/rbuild/XML.cpp
patch
|
blob
|
history
diff --git
a/reactos/tools/rbuild/XML.cpp
b/reactos/tools/rbuild/XML.cpp
index
b936df7
..
a689fbf
100644
(file)
--- a/
reactos/tools/rbuild/XML.cpp
+++ b/
reactos/tools/rbuild/XML.cpp
@@
-709,6
+709,7
@@
XMLLoadFile ( const string& filename, const Path& path )
return NULL;
\r
}
\r
// replace inclusion tree with the imported tree
\r
+ e2->parentElement = e->parentElement;
\r
e2->name = e->name;
\r
e2->attributes = e->attributes;
\r
*parent_container = e2;
\r