]> git.mxchange.org Git - flightgear.git/blobdiff - src/Main/logger.cxx
Merge branch 'curt/replay' into next
[flightgear.git] / src / Main / logger.cxx
index 95e0a5dbe0bc950210c5559ad17611e7b9fbe5b3..2a4561c7300610243673a77866383b08a86550eb 100644 (file)
@@ -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;
   }