Skip to content
Snippets Groups Projects
Commit 61a63f95 authored by arq5x's avatar arq5x
Browse files

fix conflict.

parent 1c95d72d
No related branches found
No related tags found
No related merge requests found
......@@ -140,6 +140,7 @@ void RecordOutputMgr::printRecord(RecordKeyList &keyList) {
return;
}
printRecord(keyList, NULL);
}
void RecordOutputMgr::printRecord(RecordKeyList &keyList, RecordKeyList *blockList)
......@@ -208,7 +209,7 @@ void RecordOutputMgr::printRecord(RecordKeyList &keyList, RecordKeyList *blockLi
if (!printKeyAndTerminate(keyList)) {
tab();
}
_currBlockList = NULL;
_currBamBlockList = NULL;
return;
}
}
......@@ -433,4 +434,4 @@ void RecordOutputMgr::printKey(const Record *key)
void RecordOutputMgr::flush() {
fwrite(_outBuf.c_str(), 1, _outBuf.size(), stdout);
_outBuf.clear();
}
}
\ No newline at end of file
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