eo::serial::Parser: if spaces were present after colons, they were not ignored. Fixed by this patch.
This commit is contained in:
parent
542e5d870e
commit
c48b3979c3
1 changed files with 1 additions and 0 deletions
|
|
@ -118,6 +118,7 @@ Entity* Parser::parseRight(const std::string & str, size_t & pos)
|
|||
{
|
||||
Entity* value = 0;
|
||||
|
||||
ignoreChars( str, pos );
|
||||
if ( str[ pos ] == '{' )
|
||||
{
|
||||
// next one is an object
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue