From b7e53676da030b3cfc76cd6d92774cfec8b167a4 Mon Sep 17 00:00:00 2001 From: kervala Date: Mon, 18 Oct 2010 09:03:17 +0200 Subject: [PATCH] Fixed: client_patcher compilation --- code/ryzom/tools/client/client_patcher/main.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/ryzom/tools/client/client_patcher/main.cpp b/code/ryzom/tools/client/client_patcher/main.cpp index 824ce093b..c05c2097b 100644 --- a/code/ryzom/tools/client/client_patcher/main.cpp +++ b/code/ryzom/tools/client/client_patcher/main.cpp @@ -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");