# | Line 141 | Line 141 | namespace oopse { | |
---|---|---|
141 | input.clear(); | |
142 | input.seekg(i->offset); | |
143 | (i->sectionParser)->parse(input, ff, i->lineNo); | |
144 | + | (i->sectionParser)->validateSection(); |
145 | } | |
146 | } | |
147 | ||
# | Line 200 | Line 201 | namespace oopse { | |
201 | SectionParserManager::iterator i; | |
202 | i = findSectionParser(sp->getSectionName()); | |
203 | if (i != sectionParsers_.end()) { | |
204 | < | std::cerr << sp->getSectionName() << " section parser is alway existed" |
204 | > | std::cerr << sp->getSectionName() << " section parser is already existed" |
205 | << std::endl; | |
206 | } | |
207 |
– | Removed lines |
+ | Added lines |
< | Changed lines |
> | Changed lines |