[lib] Add ZSTD_d_stableOutBuffer

This commit is contained in:
Nick Terrell
2020-04-27 18:09:44 -07:00
parent b104f8e3eb
commit a4ff217baf
6 changed files with 198 additions and 21 deletions
+1
View File
@@ -47,6 +47,7 @@ const char* ERR_getErrorString(ERR_enum code)
/* following error codes are not stable and may be removed or changed in a future version */
case PREFIX(frameIndex_tooLarge): return "Frame index is too large";
case PREFIX(seekableIO): return "An I/O error occurred when reading/seeking";
case PREFIX(dstBuffer_wrong): return "Destination buffer is wrong";
case PREFIX(maxCode):
default: return notErrorCode;
}