mirror of
https://github.com/g4klx/MMDVMHost
synced 2025-12-24 09:35:40 +08:00
Merge pull request #44 from g0wfv/master
Capitalise default ini file in Linux to match pre-existing file in repo
This commit is contained in:
@@ -44,7 +44,7 @@
|
||||
#if defined(_WIN32) || defined(_WIN64)
|
||||
const char* DEFAULT_INI_FILE = "mmdvm.ini";
|
||||
#else
|
||||
const char* DEFAULT_INI_FILE = "/etc/mmdvm.ini";
|
||||
const char* DEFAULT_INI_FILE = "/etc/MMDVM.ini";
|
||||
#endif
|
||||
|
||||
static bool m_killed = false;
|
||||
|
||||
Reference in New Issue
Block a user