mirror of
https://github.com/reactos/reactos.git
synced 2024-11-20 06:15:26 +00:00
fixed bug 791
svn path=/trunk/; revision=19263
This commit is contained in:
parent
93b46a1a8a
commit
d47a998576
1 changed files with 3 additions and 0 deletions
|
@ -227,6 +227,9 @@ Project::ReadXml ()
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
if (node == NULL)
|
||||||
|
node = head->subElements[0];
|
||||||
|
|
||||||
throw InvalidBuildFileException (
|
throw InvalidBuildFileException (
|
||||||
node->location,
|
node->location,
|
||||||
"Document contains no 'project' tag." );
|
"Document contains no 'project' tag." );
|
||||||
|
|
Loading…
Reference in a new issue