Skip to content

Commit 237c67d

Browse files
committed
fix typo
1 parent eb0b43a commit 237c67d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/h5cpp/node/dataset.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1070,7 +1070,7 @@ std::uint32_t Dataset::read_chunk(T &data,
10701070
error::Singleton::instance().throw_with_stack(ss.str());
10711071
}
10721072
#else
1073-
read_chunk(data, men_type, offset, dtpl);
1073+
read_chunk(data, mem_type, offset, dtpl);
10741074
#endif
10751075
}
10761076
else

0 commit comments

Comments
 (0)