s/chunk/frame/
This commit is contained in:
@@ -38,7 +38,7 @@ const char* ERR_getErrorString(ERR_enum code)
|
||||
case PREFIX(dictionary_corrupted): return "Dictionary is corrupted";
|
||||
case PREFIX(dictionary_wrong): return "Dictionary mismatch";
|
||||
case PREFIX(dictionaryCreation_failed): return "Cannot create Dictionary from provided samples";
|
||||
case PREFIX(chunkIndex_tooLarge): return "Chunk index is too large";
|
||||
case PREFIX(frameIndex_tooLarge): return "Frame index is too large";
|
||||
case PREFIX(needSeek): return "Wrong file position, a seek is required to continue";
|
||||
case PREFIX(maxCode):
|
||||
default: return notErrorCode;
|
||||
|
||||
@@ -58,7 +58,7 @@ typedef enum {
|
||||
ZSTD_error_dictionary_corrupted,
|
||||
ZSTD_error_dictionary_wrong,
|
||||
ZSTD_error_dictionaryCreation_failed,
|
||||
ZSTD_error_chunkIndex_tooLarge,
|
||||
ZSTD_error_frameIndex_tooLarge,
|
||||
ZSTD_error_needSeek,
|
||||
ZSTD_error_maxCode
|
||||
} ZSTD_ErrorCode;
|
||||
|
||||
Reference in New Issue
Block a user