Skip to content

Commit

Permalink
Add mSource.fileId to visited.
Browse files Browse the repository at this point in the history
  • Loading branch information
Andersbakken committed Mar 19, 2015
1 parent 1a251aa commit 072cf06
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/IndexerJob.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ IndexerJob::IndexerJob(const Source &s,
}
}
}
visited.insert(s.fileId);
}

String IndexerJob::encode() const
Expand Down

0 comments on commit 072cf06

Please sign in to comment.