There was an error while loading. Please reload this page.
1 parent 1e7c055 commit ed4e885Copy full SHA for ed4e885
1 file changed
ZSTD/src/H5Zzstd.c
@@ -74,8 +74,8 @@ H5Z_filter_zstd(unsigned int flags, size_t cd_nelmts, const unsigned int cd_valu
74
}
75
if (contentSize == ZSTD_CONTENTSIZE_UNKNOWN) {
76
PUSH_ERR("H5Z_filter_zstd", H5E_CALLBACK,
77
- "zstd frame does not record its decompressed size; the data was likely compressed "
78
- "with the zstd streaming API, which this filter does not support");
+ "zstd frame missing decompressed size; data was likely compressed "
+ "with the zstd streaming API, which is not supported");
79
goto error;
80
81
if (contentSize == 0) {
0 commit comments