Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 7676 in orxonox.OLD for trunk/src/lib/parser/ini_parser


Ignore:
Timestamp:
May 18, 2006, 11:46:23 AM (18 years ago)
Author:
bensch
Message:

some POD's

File:
1 edited

Legend:

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

    r7661 r7676  
    445445              (*section).entries.back().name.c_str(),
    446446              (*section).entries.back().value.c_str(),
    447               (*section).name);
     447              (*section).name.c_str());
    448448    this->currentEntry = --(*section).entries.end();
    449449    return true;
Note: See TracChangeset for help on using the changeset viewer.