From fe9f7606361446d20201092d2ade4ccfbdf5ca36 Mon Sep 17 00:00:00 2001 From: aunsane Date: Sat, 25 Feb 2017 18:55:39 +0300 Subject: Tox: fixed #684 --- protocols/Tox/src/tox_options.cpp | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'protocols/Tox/src/tox_options.cpp') diff --git a/protocols/Tox/src/tox_options.cpp b/protocols/Tox/src/tox_options.cpp index 5e5e37492f..d57f42ebdd 100644 --- a/protocols/Tox/src/tox_options.cpp +++ b/protocols/Tox/src/tox_options.cpp @@ -127,8 +127,7 @@ void CToxOptionsMain::ProfileImport_OnClick(CCtrlButton*) if (mir_wstrcmpi(profilePath, defaultProfilePath) != 0) CopyFile(profilePath, defaultProfilePath, FALSE); - Tox_Options *options = NULL; - tox_options_default(options); + Tox_Options *options = tox_options_new(NULL); if (m_proto->LoadToxProfile(options)) { CToxThread toxThread(options); -- cgit v1.2.3