mirror of
https://github.com/reactos/reactos.git
synced 2025-04-05 13:11:22 +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 (
|
||||
node->location,
|
||||
"Document contains no 'project' tag." );
|
||||
|
|
Loading…
Reference in a new issue