mirror of
https://github.com/reactos/reactos.git
synced 2025-07-31 11:51:58 +00:00
attribute 'first' of <file> must be 'true' or 'false'
remove an obsolete comment svn path=/branches/xmlbuildsystem/; revision=13191
This commit is contained in:
parent
f7201d8993
commit
23a949dd32
3 changed files with 12 additions and 4 deletions
|
@ -628,7 +628,6 @@ XMLReadFile ( XMLFile& f, XMLElement& head, XMLIncludes& includes, const Path& p
|
|||
XMLElement*
|
||||
XMLLoadInclude ( XMLElement* e, const Path& path, XMLIncludes& includes )
|
||||
{
|
||||
// TODO FIXME
|
||||
XMLAttribute* att;
|
||||
att = e->GetAttribute("href",true);
|
||||
assert(att);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue