From 5a5bc162254013ae549830aa7fd05e2d2707f9d0 Mon Sep 17 00:00:00 2001 From: kervala Date: Sat, 10 Dec 2016 12:33:44 +0100 Subject: [PATCH] Fixed: Compilation --- code/nel/src/misc/common.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/nel/src/misc/common.cpp b/code/nel/src/misc/common.cpp index 3f39ab86a..1ae3f44fb 100644 --- a/code/nel/src/misc/common.cpp +++ b/code/nel/src/misc/common.cpp @@ -1535,7 +1535,7 @@ static bool openDocWithExtension (const std::string &document, const std::string if (command.empty()) { - nlwarning("Unable to open %s", document); + nlwarning("Unable to open %s", document.c_str()); return false; }