Skip to content
Snippets Groups Projects
Commit f581e4d1 authored by nkindlon's avatar nkindlon
Browse files

Corrected merge conflicts

parents 509cc91d 7f0b3f54
No related branches found
No related tags found
No related merge requests found
......@@ -231,6 +231,8 @@ bool ContextIntersect::handle_b()
int fileId = getNumInputFiles() -1;
_dbFileIdxs.push_back(fileId);
_fileIdsToDbIdxs[fileId] = _dbFileIdxs.size() -1;
int dbFileIdx = getNumInputFiles() -1;
_dbFileIdxs.push_back(dbFileIdx);
markUsed(_i - _skipFirstArgs);
_i++;
markUsed(_i - _skipFirstArgs);
......
......@@ -377,6 +377,7 @@ void RecordOutputMgr::addDbFileId(int fileId) {
} else {
_outBuf.append(_context->getInputFileName(fileId));
}
_outBuf.append(fileId);
tab();
}
......
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