From d90069e0cf18dc982367c4f5a187e5b83d292453 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ond=C5=99ej=20Hru=C5=A1ka?= Date: Sat, 26 Dec 2015 01:33:27 +0100 Subject: [PATCH] improved comment --- src/vec_match.h | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/vec_match.h b/src/vec_match.h index c17dce5..965ce14 100644 --- a/src/vec_match.h +++ b/src/vec_match.h @@ -89,7 +89,9 @@ uint32_t vec_pack(float *result, uint32_t result_capacity, /** * Unpack a vector compressed with vec_pack(). * - * If returned length exceeds provided buffer capacity, it's an indication that you need to enlarge your buffer. + * If returned length exceeds provided buffer capacity, it's an indication that you need + * to enlarge your buffer, or increase threshold. + * * The buffer is never overrun, though. * * @param result result buffer