Skip to content

Commit

Permalink
Merge branch 'upstream-MetaIO' into update-metaio
Browse files Browse the repository at this point in the history
# By MetaIO Maintainers
* upstream-MetaIO:
  MetaIO 2021-09-28 (5e87f062)
  • Loading branch information
bradking committed Sep 29, 2021
2 parents ce30e00 + 9b85a2f commit ed5c976
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Modules/ThirdParty/MetaIO/src/MetaIO/src/metaObject.cxx
Original file line number Diff line number Diff line change
Expand Up @@ -1487,7 +1487,7 @@ MetaObject::M_Read()
mF = MET_GetFieldRecord("CompressedDataSize", &m_Fields);
if (mF && mF->defined)
{
m_CompressedDataSize = static_cast<long>(mF->value[0]);
m_CompressedDataSize = static_cast<std::streamoff>(mF->value[0]);
}

mF = MET_GetFieldRecord("BinaryData", &m_Fields);
Expand Down

0 comments on commit ed5c976

Please sign in to comment.