From adac62560df40f4a68c6c517d28356aa38de48ba Mon Sep 17 00:00:00 2001 From: loadletter Date: Sun, 18 Aug 2013 23:16:39 +0200 Subject: Use configdir.c instead of hardcoded paths for the list of DHT servers. --- testing/toxic/configdir.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'testing/toxic/configdir.h') diff --git a/testing/toxic/configdir.h b/testing/toxic/configdir.h index 17d95107..e886e53a 100644 --- a/testing/toxic/configdir.h +++ b/testing/toxic/configdir.h @@ -19,9 +19,9 @@ */ #ifdef _win32 -#define CONFIGDIR "\\toxic\\" +#define CONFIGDIR "\\tox\\" #else -#define CONFIGDIR "/toxic/" +#define CONFIGDIR "/tox/" #endif #ifndef S_ISDIR -- cgit v1.2.3