- Timestamp:
- Dec 6, 2005, 9:38:33 PM (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/lib/util/ini_parser.cc
r5938 r5943 399 399 } 400 400 } 401 PRINTF(2)("Section %s that should be containing %s not found.\n", sectionName, entryName);402 401 } 403 402 else … … 405 404 406 405 if (section == this->sections.end()) 407 return (defaultValue); 406 { 407 PRINTF(2)("Section %s that should be containing %s not found.\n", sectionName, entryName); 408 return (defaultValue); 409 } 408 410 409 411 std::list<IniEntry>::const_iterator entry;
Note: See TracChangeset
for help on using the changeset viewer.