Changeset 6396 in orxonox.OLD for branches/preferences/src/lib/parser/ini_parser
- Timestamp:
- Jan 3, 2006, 3:56:02 PM (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/preferences/src/lib/parser/ini_parser/ini_parser.cc
r6388 r6396 455 455 if (section == this->sections.end()) 456 456 { 457 assert( sectionName != NULL );458 459 457 IniSection sec; 460 458 sec.comment = NULL;
Note: See TracChangeset
for help on using the changeset viewer.