Changeset dc29e2e for thirdparty/SZ
- Timestamp:
- 09/28/18 17:12:12 (6 years ago)
- Branches:
- master, pympi
- Children:
- 1aa7cbe
- Parents:
- 1f799c2
- git-author:
- Hal Finkel <hfinkel@…> (09/28/18 17:12:12)
- git-committer:
- Hal Finkel <hfinkel@…> (09/28/18 17:12:12)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
thirdparty/SZ/sz/src/utility.c
r1f799c2 rdc29e2e 162 162 #else 163 163 int frameContentSize = ZSTD_getDecompressedSize(compressedBytes, cmpSize); 164 if(frameContentSize == 0)164 if(frameContentSize != 0) 165 165 return ZSTD_COMPRESSOR; 166 166 #endif
Note: See TracChangeset
for help on using the changeset viewer.