mirror of
https://port.numenaute.org/aleajactaest/khanat-code-old.git
synced 2024-11-11 17:59:02 +00:00
Fixed: client_patcher compilation
This commit is contained in:
parent
c7f402d429
commit
9b54106e8d
1 changed files with 1 additions and 1 deletions
|
@ -151,7 +151,7 @@ int main(int argc, char *argv[])
|
|||
CApplicationContext appContext;
|
||||
|
||||
// create logs in temporary directory
|
||||
createDebug(CPath::getTemporaryDirectory(), true, true);
|
||||
createDebug(CPath::getTemporaryDirectory().c_str(), true, true);
|
||||
|
||||
// disable log display on stdout
|
||||
INelContext::getInstance().getDebugLog()->removeDisplayer("DEFAULT_SD");
|
||||
|
|
Loading…
Reference in a new issue