summaryrefslogtreecommitdiff
path: root/src/xmlmenu.cpp
diff options
context:
space:
mode:
authorsvntcreutz <svntcreutz@cd0d6b48-d4f9-0310-940f-ab8c4eb44d3f>2007-08-12 16:14:01 +0000
committersvntcreutz <svntcreutz@cd0d6b48-d4f9-0310-940f-ab8c4eb44d3f>2007-08-12 16:14:01 +0000
commit17a409e09424c615721f550f1868f5c9879d1437 (patch)
tree79a4a27843a0a0d73508eee7f160f9d4998a59db /src/xmlmenu.cpp
parent6c4114fee6496e6bd5e20b44ede7cb5443ece10a (diff)
downloadvdr-plugin-menuorg-17a409e09424c615721f550f1868f5c9879d1437.tar.gz
vdr-plugin-menuorg-17a409e09424c615721f550f1868f5c9879d1437.tar.bz2
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
Diffstat (limited to 'src/xmlmenu.cpp')
-rw-r--r--src/xmlmenu.cpp2
1 files changed, 1 insertions, 1 deletions
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.