Changeset 183
- Timestamp:
- Sep 5, 2006, 11:37:13 AM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/lib/Stats.cc
r173 r183 136 136 137 137 while (const SVNblame::blame_information * bi=svn_blame.next()) { 138 if (!bi->line.size()) { // skip empty line139 ++count; // keep Parser information in sync with Stats parsing140 continue;141 }142 138 // to handle symbolic links 143 139 if (count==parser.type().end())
Note: See TracChangeset
for help on using the changeset viewer.