From 531854eb1cf06aa17419c5c45dead8943153b195 Mon Sep 17 00:00:00 2001 From: Michael Smith Date: Sat, 26 Aug 2023 20:27:48 +0100 Subject: Fix msgpack sizing blunders Reminder not to actually use any of the code I write until it's at least been included in a few releases of something. :^) --- src/chunklets/msg.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/chunklets/msg.h') diff --git a/src/chunklets/msg.h b/src/chunklets/msg.h index b85bde3..c40bdbe 100644 --- a/src/chunklets/msg.h +++ b/src/chunklets/msg.h @@ -162,7 +162,7 @@ void msg_putf(unsigned char *out, float val); int msg_putd(unsigned char *out, double val); /* - * Writes the string size sz in the range [0, 15] to the buffer out. Values + * Writes the string size sz in the range [0, 31] to the buffer out. Values * outside this range will produce an undefined encoding. Always writes a single * byte. * -- cgit v1.2.3