ReadFieldPtrVector should return true when successful

pull/2174/head
Burkhard Mittelbach 2018-10-07 19:11:34 +02:00 committed by GitHub
parent 3ac4494393
commit afbdb043b0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

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;
}