mirror of
https://github.com/g4klx/MMDVMHost.git
synced 2026-01-02 06:30:01 +01:00
Merge remote-tracking branch 'upstream/master'
Merging upstream before commit
This commit is contained in:
commit
7c536c07a7
|
|
@ -45,7 +45,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;
|
||||
|
|
|
|||
Loading…
Reference in a new issue