From c7b3b7acbde47ffe4adac09aef3766ace234e79f Mon Sep 17 00:00:00 2001 From: irungentoo Date: Thu, 2 Oct 2014 17:37:49 -0400 Subject: [PATCH] Fixed tox_load() comment. --- toxcore/tox.h | 3 +++ 1 file changed, 3 insertions(+) diff --git a/toxcore/tox.h b/toxcore/tox.h index ccb5a83e..52069f86 100644 --- a/toxcore/tox.h +++ b/toxcore/tox.h @@ -870,6 +870,9 @@ uint32_t tox_size(const Tox *tox); void tox_save(const Tox *tox, uint8_t *data); /* Load the messenger from data of size length. + * NOTE: The Tox save format isn't stable yet meaning this function sometimes + * returns -1 when loading older saves. This however does not mean nothing was + * loaded from the save. * * returns 0 on success * returns -1 on failure