Changeset 483 for trunk/lib/Stats.cc
- Timestamp:
- Oct 13, 2007, 4:41:06 AM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/lib/Stats.cc
r482 r483 157 157 is >> a_size; 158 158 std::string str; 159 getline(is, str); 159 160 while (authors_.size()<a_size){ 160 161 getline(is, str); … … 349 350 { 350 351 os << last_changed_rev_ << " "; 351 os << authors_.size() << " 352 os << authors_.size() << "\n"; 352 353 353 354 std::copy(authors_.begin(), authors_.end(),
Note: See TracChangeset
for help on using the changeset viewer.