Skip to content
Snippets Groups Projects
Commit 75afffc4 authored by Nicholas Yang's avatar Nicholas Yang
Browse files

more consistant master index naming scheme

parent e4c4e912
No related branches found
No related tags found
1 merge request!3Indexer
......@@ -147,7 +147,7 @@ void Indexer::save() {
}
void Indexer::saveChunkDictionary() {
string fileName = "master-index.txt";
string fileName = "index-master.txt";
int file = open(fileName.c_str(), O_CREAT | O_WRONLY, S_IRWXU);
for(auto word : chunkDictionary) {
string wordDictionary = word.first + " ";
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment