Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 5943 in orxonox.OLD


Ignore:
Timestamp:
Dec 6, 2005, 9:38:33 PM (18 years ago)
Author:
bensch
Message:

orxonox/trunk: ini_parser sync

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/lib/util/ini_parser.cc

    r5938 r5943  
    399399              }
    400400          }
    401         PRINTF(2)("Section %s that should be containing %s not found.\n", sectionName, entryName);
    402401      }
    403402    else
     
    405404   
    406405   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     }
    408410
    409411    std::list<IniEntry>::const_iterator entry;
Note: See TracChangeset for help on using the changeset viewer.