diff options
-rw-r--r-- | src/tafreader.cpp | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/tafreader.cpp b/src/tafreader.cpp index 7054581..ea4c955 100644 --- a/src/tafreader.cpp +++ b/src/tafreader.cpp | |||
@@ -51,7 +51,10 @@ void Bu::TafReader::groupContent( Bu::TafGroup *pGroup ) | |||
51 | { | 51 | { |
52 | ws(); | 52 | ws(); |
53 | if( c == '{' ) | 53 | if( c == '{' ) |
54 | { | ||
54 | pGroup->addChild( readGroup() ); | 55 | pGroup->addChild( readGroup() ); |
56 | next(); | ||
57 | } | ||
55 | else if( c == '}' ) | 58 | else if( c == '}' ) |
56 | return; | 59 | return; |
57 | else if( c == '/' && la == '*' ) | 60 | else if( c == '/' && la == '*' ) |