diff options
Diffstat (limited to 'src/chunklets/msg.h')
-rw-r--r-- | src/chunklets/msg.h | 2 |
1 files changed, 1 insertions, 1 deletions
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. * |