Skip to content

Commit 09c08f1

Browse files
committed
JSON converter: minor doc update
1 parent a079144 commit 09c08f1

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

include/libfds/converters.h

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1445,7 +1445,8 @@ enum fds_convert_drec2json {
14451445
*
14461446
* \return On success returns a number of characters (excluding the termination
14471447
* null byte) placed into the buffer \p str. Therefore, if the result is
1448-
* greater that or equal to zero, conversion was successful.
1448+
* 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)
14491450
* \return #FDS_ERR_BUFFER if the length of the result string (including the
14501451
* termination null byte) would exceed \p str_size and #FDS_CD2J_ALLOW_REALLOC
14511452
* flag is not set. The context written to the output buffer \p str is

0 commit comments

Comments
 (0)