Changeset 183


Ignore:
Timestamp:
Sep 5, 2006, 11:37:13 AM (17 years ago)
Author:
Peter Johansson
Message:

refs #57 modified Stats to no longer skip empty line.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/lib/Stats.cc

    r173 r183  
    136136
    137137    while (const SVNblame::blame_information * bi=svn_blame.next()) {
    138       if (!bi->line.size()) { // skip empty line
    139         ++count; // keep Parser information in sync with Stats parsing
    140         continue;
    141       }
    142138      // to handle symbolic links
    143139      if (count==parser.type().end())
Note: See TracChangeset for help on using the changeset viewer.