ReadFieldPtrVector should return true when successful

This commit is contained in:
Burkhard Mittelbach
2018-10-07 19:11:34 +02:00
committed by GitHub
parent 3ac4494393
commit afbdb043b0

View File

@@ -405,7 +405,7 @@ bool Structure::ReadFieldPtrVector(vector<TOUT<T>>&out, const char* name, const
++db.stats().fields_read;
#endif
return false;
return true;
}