Code

strbuf utils: Clarified handling of binary data.
authorSebastian Harl <sh@tokkee.org>
Sun, 14 Sep 2014 10:13:41 +0000 (12:13 +0200)
committerSebastian Harl <sh@tokkee.org>
Sun, 14 Sep 2014 10:13:41 +0000 (12:13 +0200)
src/include/utils/strbuf.h

index 5e9913d1d6217a8753ebc131933ab0c93910f38c..c14192daa0a2dede951a39f7b77b413e46f3b2f5 100644 (file)
@@ -104,8 +104,8 @@ sdb_strbuf_sprintf(sdb_strbuf_t *strbuf, const char *fmt, ...)
  * interpret any information in the data pointer (including \0 bytes).
  *
  * These functions may be used to handle arbitrary byte arrays. Mixing these
- * function calls with any of the printf-style function works but will usually
- * lead to arbitrary behavior.
+ * function calls with any of the printf-style function works fine but the
+ * entire buffer content should then be treated as arbitrary bytes.
  *
  * Returns:
  *  - the number of bytes written