Skip to content

Commit

Permalink
Merge branch 'master' into debian
Browse files Browse the repository at this point in the history
  • Loading branch information
Gregwar committed Nov 1, 2013
2 parents 3151428 + d62f352 commit d67e4a4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/analysis/FatChains.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -45,8 +45,8 @@ void FatChains::chainsAnalysis()
set<int> visited;
saveEntries = false;
exploreDamaged = false;
visited.insert(0);
recursiveExploration(chains, visited, system.rootDirectory);
visited.insert(0);
cout << endl;

cout << "Having a look at the chains..." << endl;
Expand Down

0 comments on commit d67e4a4

Please sign in to comment.