This commit is contained in:
Gregory Gauthier 2026-01-28 08:38:50 +00:00
parent 8bf21c3efd
commit 0130099537

View File

@ -32,7 +32,7 @@
#define PATH_SEP "/" #define PATH_SEP "/"
#define WORDLIST_PATH_1 "WORDS" #define WORDLIST_PATH_1 "WORDS"
#define WORDLIST_PATH_2 "/usr/local/share/cordle/WORDS" #define WORDLIST_PATH_2 "/usr/local/share/cordle/WORDS"
#define WORDLIST_PATH_3 "%s/.local/share/cordle/WORDS"" #define WORDLIST_PATH_3 "%s/.local/share/cordle/WORDS"
#define WORDLIST_PATH_3_FMT "%s/.local/share/cordle/WORDS" #define WORDLIST_PATH_3_FMT "%s/.local/share/cordle/WORDS"
#define HAS_HOME_ENV 1 #define HAS_HOME_ENV 1