OPM parser tidyup, GYBv1/2/3 foundation support done, BNK parser cleanup
This commit is contained in:
parent
e289ba652d
commit
1c88e20fa7
2 changed files with 68 additions and 56 deletions
|
|
@ -200,5 +200,6 @@ String SafeReader::readStringToken(unsigned char delim, bool stripContiguous) {
|
|||
}
|
||||
|
||||
String SafeReader::readStringToken() {
|
||||
// This will strip LHS whitespace and only return contents after it.
|
||||
return readStringToken(' ', true);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue