summaryrefslogtreecommitdiffstats
path: root/src/3rdparty/tinycbor/src/cborerrorstrings.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/3rdparty/tinycbor/src/cborerrorstrings.c')
-rw-r--r--src/3rdparty/tinycbor/src/cborerrorstrings.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/3rdparty/tinycbor/src/cborerrorstrings.c b/src/3rdparty/tinycbor/src/cborerrorstrings.c
index 4acda9dd38..1dd8ae25bd 100644
--- a/src/3rdparty/tinycbor/src/cborerrorstrings.c
+++ b/src/3rdparty/tinycbor/src/cborerrorstrings.c
@@ -119,8 +119,8 @@ const char *cbor_error_string(CborError error)
case CborErrorIllegalSimpleType:
return _("illegal encoding of simple type smaller than 32");
- case CborErrorLastStringChunk:
- return _("no size available: that was the last string chunk");
+ case CborErrorNoMoreStringChunks:
+ return _("no more byte or text strings available");
case CborErrorUnknownSimpleType:
return _("unknown simple type");