diff options
author | Hubert Chathi <hubert@uhoreg.ca> | 2019-10-08 17:44:09 -0400 |
---|---|---|
committer | Hubert Chathi <hubert@uhoreg.ca> | 2019-10-08 17:44:09 -0400 |
commit | fc423fad15ee3daaf236f211d67a25d03f63b560 (patch) | |
tree | c5dc092e5bb83b5a17863992396f0b82158c1e43 /include/olm/olm.h | |
parent | b482321213e6e896d0981c266bed12f4e1f67441 (diff) |
check return value of snprintf, fix typo, add clarification
Diffstat (limited to 'include/olm/olm.h')
-rw-r--r-- | include/olm/olm.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/olm/olm.h b/include/olm/olm.h index a0ef46a..6a2b3fb 100644 --- a/include/olm/olm.h +++ b/include/olm/olm.h @@ -319,8 +319,8 @@ int olm_session_has_received_message( ); /** - * Write a string describing the internal state of an olm session - * to the buffer provided for debugging and logging purposes. + * Write a null-terminated string describing the internal state of an olm + * session to the buffer provided for debugging and logging purposes. */ void olm_session_describe(OlmSession * session, char *buf, size_t buflen); |