mirror of
https://github.com/Tha14/toxic.git
synced 2025-12-07 07:56:35 +01:00
Use configdir.c instead of hardcoded paths for the list of DHT servers.
This commit is contained in:
@@ -19,9 +19,9 @@
|
||||
*/
|
||||
|
||||
#ifdef _win32
|
||||
#define CONFIGDIR "\\toxic\\"
|
||||
#define CONFIGDIR "\\tox\\"
|
||||
#else
|
||||
#define CONFIGDIR "/toxic/"
|
||||
#define CONFIGDIR "/tox/"
|
||||
#endif
|
||||
|
||||
#ifndef S_ISDIR
|
||||
|
||||
Reference in New Issue
Block a user