From 4e0f985c8068287a029f1d5874886716fdc4d7d2 Mon Sep 17 00:00:00 2001 From: MetaIO Maintainers Date: Sat, 13 Jul 2024 09:35:34 -0400 Subject: [PATCH] MetaIO 2024-07-13 (918ad45f) Code extracted from: https://github.com/Kitware/MetaIO.git at commit 918ad45f911fb11c4d66965040201b7678c9c8be (master). --- src/metaUtils.cxx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/metaUtils.cxx b/src/metaUtils.cxx index 26706e80523..c8db4360410 100644 --- a/src/metaUtils.cxx +++ b/src/metaUtils.cxx @@ -166,7 +166,7 @@ MET_ReadType(std::istream & _fp) mF->terminateRead = true; fields.push_back(mF); - MET_Read(_fp, &fields, '=', true); + MET_Read(_fp, &fields, '=', true, false); _fp.seekg(pos); if (mF->defined) @@ -198,7 +198,7 @@ MET_ReadSubType(std::istream & _fp) mF->required = false; fields.push_back(mF); - MET_Read(_fp, &fields, '=', true); + MET_Read(_fp, &fields, '=', true, false); _fp.seekg(pos); if (mF->defined)