Changeset 64 for trunk/lib/CommitStat.cc


Ignore:
Timestamp:
Jan 20, 2006, 10:02:37 AM (17 years ago)
Author:
Peter Johansson
Message:

fixed problem with parsing with user names with white spaces, e.g. (no author)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/lib/CommitStat.cc

    r63 r64  
    4646        ss >> tmp;
    4747        std::string user;
    48         ss >> user;
    49         ss >> tmp;
     48        getline(ss,user,'|');
    5049        ss >> date;
    5150        std::string time;
Note: See TracChangeset for help on using the changeset viewer.