We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a079144 commit 09c08f1Copy full SHA for 09c08f1
1 file changed
include/libfds/converters.h
@@ -1445,7 +1445,8 @@ enum fds_convert_drec2json {
1445
*
1446
* \return On success returns a number of characters (excluding the termination
1447
* null byte) placed into the buffer \p str. Therefore, if the result is
1448
- * greater that or equal to zero, conversion was successful.
+ * greater that or equal to zero, conversion was successful (Note: the null
1449
+ * byte has been also successfuly added at the end of the JSON string)
1450
* \return #FDS_ERR_BUFFER if the length of the result string (including the
1451
* termination null byte) would exceed \p str_size and #FDS_CD2J_ALLOW_REALLOC
1452
* flag is not set. The context written to the output buffer \p str is
0 commit comments