Ignore:
Timestamp:
Oct 14, 2007, 12:10:33 AM (15 years ago)
Author:
Peter Johansson
Message:

fixes #272 - possibly double counting in main (sometimes)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/0.6-stable/bin/svndigest.cc

    r430 r486  
    143143  if (option->verbose())
    144144    std::cout << "Parsing directory tree" << std::endl;
    145   Stats stats(option->root());
    146   stats+=tree->parse(option->verbose());
     145  Stats stats(tree->parse(option->verbose()));
    147146
    148147  // remove target if needed
Note: See TracChangeset for help on using the changeset viewer.