Changeset 969 for trunk/lib/Configuration.cc
- Timestamp:
- Dec 10, 2009, 2:02:44 AM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/lib/Configuration.cc
r966 r969 478 478 479 479 for (vector::const_iterator i(vec.begin()); i!=vec.end(); ++i) { 480 os << i->first << " = " << i->second.name() << " 480 os << i->first << " = " << i->second.name() << "\n"; 481 481 } 482 482 … … 488 488 for (str_map::const_iterator i(conf.author_color_.begin()); 489 489 i!=conf.author_color_.end(); ++i) { 490 os << i->first << " = " << i->second << " 490 os << i->first << " = " << i->second << "\n"; 491 491 } 492 492
Note: See TracChangeset
for help on using the changeset viewer.