Skip to content
Snippets Groups Projects
Commit 025b18e9 authored by Aaron's avatar Aaron
Browse files

Undid a stupid change I made to BGZF.cpp

parent f2543820
No related branches found
No related tags found
No related merge requests found
......@@ -250,6 +250,7 @@ void BgzfData::Open(const string& filename, const char* mode) {
IsOpen = true;
}
int BgzfData::Read(char* data, const unsigned int dataLength) {
if (dataLength == 0) { return 0; }
......
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