From 17a409e09424c615721f550f1868f5c9879d1437 Mon Sep 17 00:00:00 2001 From: svntcreutz Date: Sun, 12 Aug 2007 16:14:01 +0000 Subject: fixed crash in ProcessArgs() function git-svn-id: file:///home/tobias/sandbox/vdr/--/vdr-pkg/vdr-pkg/submenu/trunk@5697 cd0d6b48-d4f9-0310-940f-ab8c4eb44d3f --- src/xmlmenu.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/xmlmenu.cpp') diff --git a/src/xmlmenu.cpp b/src/xmlmenu.cpp index 99581c1..f4e36c4 100644 --- a/src/xmlmenu.cpp +++ b/src/xmlmenu.cpp @@ -38,7 +38,7 @@ MenuNode* XmlMenu::LoadXmlMenu(string menuFileName, string schemaFileName) try { - dsyslog("loading menuorg config file from %s and schema from %s",menuFileName, schemaFileName); + dsyslog("loading menuorg config file from %s and schema from %s",menuFileName.data(), schemaFileName.data()); DomParser parser; parser.set_substitute_entities(); //We just want the text to be resolved/unescaped automatically. -- cgit v1.2.3