X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=src%2FMain%2Flogger.cxx;h=2a4561c7300610243673a77866383b08a86550eb;hb=b587400846111cc4d6713dcdd38b715c97923d5a;hp=95e0a5dbe0bc950210c5559ad17611e7b9fbe5b3;hpb=14885374de79779e3f642f6ecb39d4723836166a;p=flightgear.git diff --git a/src/Main/logger.cxx b/src/Main/logger.cxx index 95e0a5dbe..2a4561c73 100644 --- a/src/Main/logger.cxx +++ b/src/Main/logger.cxx @@ -93,7 +93,7 @@ FGLogger::init () fgGetNode(entry->getStringValue("property"), true); log.nodes.push_back(node); (*log.output) << log.delimiter - << entry->getStringValue("title", node->getPath()); + << entry->getStringValue("title", node->getPath().c_str()); } (*log.output) << endl; }