summaryrefslogtreecommitdiffstats
path: root/thirdparty/zstd/common/error_private.c
diff options
context:
space:
mode:
authorRémi Verschelde <rverschelde@gmail.com>2021-01-08 11:21:43 +0100
committerRémi Verschelde <rverschelde@gmail.com>2021-01-08 11:21:43 +0100
commit3645c9c80c7ec085e9097a953146426b886f4dc1 (patch)
tree2a075881a62eaa955e0ea1b7c4169d45a690e352 /thirdparty/zstd/common/error_private.c
parent0abbefd94a12d0d0ad2932bc19ec90a75c6457e4 (diff)
downloadredot-engine-3645c9c80c7ec085e9097a953146426b886f4dc1.tar.gz
zstd: Update to upstream version 1.4.8
Diffstat (limited to 'thirdparty/zstd/common/error_private.c')
-rw-r--r--thirdparty/zstd/common/error_private.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/thirdparty/zstd/common/error_private.c b/thirdparty/zstd/common/error_private.c
index cd437529c1..45bba5305b 100644
--- a/thirdparty/zstd/common/error_private.c
+++ b/thirdparty/zstd/common/error_private.c
@@ -48,6 +48,7 @@ const char* ERR_getErrorString(ERR_enum code)
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(srcBuffer_wrong): return "Source buffer is wrong";
case PREFIX(maxCode):
default: return notErrorCode;
}