Fix parsing multiple roots with whitespace between them.

Patch by:   Patrick Wildt
This commit is contained in:
David Chisnall 2014-02-23 21:13:07 +00:00
parent d39e0a0f50
commit aaeeeec365
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=262394

View File

@ -1059,6 +1059,7 @@ device_tree::parse_roots(input_buffer &input, std::vector<node*> &roots)
{
valid = false;
}
input.next_token();
}
}