Skip to content

Fix uninitialized field in DataBlock structure / Default booleans to false when parsing VDSObject

Morten Ofstad requested to merge feature/morten.ofstad/BugFixes into master
  • Fix uninitialized field in DataBlock structure created by ToDataBlock() function.
  • Make sure we default booleans that are not present in the VDSObject to false by introducing a TranslateBoolean helper function in VDSObjectParser.

Merge request reports