diff options
Diffstat (limited to 'protocols/Tox/src/tox_core.cpp')
-rw-r--r-- | protocols/Tox/src/tox_core.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/protocols/Tox/src/tox_core.cpp b/protocols/Tox/src/tox_core.cpp index bcc75eb436..5ab131ea6e 100644 --- a/protocols/Tox/src/tox_core.cpp +++ b/protocols/Tox/src/tox_core.cpp @@ -126,7 +126,7 @@ void CToxProto::UninitToxCore(CToxThread *toxThread) {
CancelAllTransfers();
- SaveToxProfile();
+ SaveToxProfile(toxThread);
if (toxThread->tox != NULL)
{
|