fixed issue within file-reader when reading empty data-parts

This commit is contained in:
2018-01-27 12:07:06 +01:00
parent 1a1f249e9b
commit e44d3421de
5 changed files with 43 additions and 6 deletions

View File

@@ -28,6 +28,8 @@ public:
size_t size() const {return split.size();}
bool empty() const {return split.empty();}
private:
void build() {