Fix parsing multiple roots with whitespace between them.
Patch by: Patrick Wildt
This commit is contained in:
parent
3b515730da
commit
7ff48d0ef0
@ -1059,6 +1059,7 @@ device_tree::parse_roots(input_buffer &input, std::vector<node*> &roots)
|
||||
{
|
||||
valid = false;
|
||||
}
|
||||
input.next_token();
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user