X-Git-Url: https://git.tokkee.org/?a=blobdiff_plain;f=src%2Finclude%2Futils%2Fstrbuf.h;fp=src%2Finclude%2Futils%2Fstrbuf.h;h=c14192daa0a2dede951a39f7b77b413e46f3b2f5;hb=210fe5d90e273805bdf764adc6167cdbf17c82b5;hp=5e9913d1d6217a8753ebc131933ab0c93910f38c;hpb=c51f1f224fd1ec05ca0045c15be8f7625aeb5cea;p=sysdb.git diff --git a/src/include/utils/strbuf.h b/src/include/utils/strbuf.h index 5e9913d..c14192d 100644 --- a/src/include/utils/strbuf.h +++ b/src/include/utils/strbuf.h @@ -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