summaryrefslogtreecommitdiff
path: root/toxcore/tox.h
diff options
context:
space:
mode:
authorirungentoo <irungentoo@gmail.com>2015-04-09 09:50:24 -0400
committerirungentoo <irungentoo@gmail.com>2015-04-09 09:50:24 -0400
commit3c87c842230be730dd35c625e9c010f0e8b57da6 (patch)
tree6016955a9775dcb20d5a1baba70196c7be94917b /toxcore/tox.h
parentc3a6c5b92e2e94442e16aee0b50d87399663e23d (diff)
tox_hash fix.
Diffstat (limited to 'toxcore/tox.h')
-rw-r--r--toxcore/tox.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/toxcore/tox.h b/toxcore/tox.h
index 034b1d78..8e368851 100644
--- a/toxcore/tox.h
+++ b/toxcore/tox.h
@@ -1418,8 +1418,8 @@ enum TOX_FILE_KIND {
1418 * primarily for validating cached avatars. This use is highly recommended to 1418 * primarily for validating cached avatars. This use is highly recommended to
1419 * avoid unnecessary avatar updates. 1419 * avoid unnecessary avatar updates.
1420 * 1420 *
1421 * If length is zero or data is NULL, the hash will contain all zero. If hash is 1421 * If hash is NULL or data is NULL while length is not 0 the function returns false,
1422 * NULL, the function returns false, otherwise it returns true. 1422 * otherwise it returns true.
1423 * 1423 *
1424 * This function is a wrapper to internal message-digest functions. 1424 * This function is a wrapper to internal message-digest functions.
1425 * 1425 *