From 4e2395d52f9da8efbf7385519f4d7d11a7498f90 Mon Sep 17 00:00:00 2001 From: Tim Redfern Date: Wed, 6 Mar 2013 17:26:24 +0000 Subject: mysterious --- rotord/xmlIO.cpp | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'rotord/xmlIO.cpp') diff --git a/rotord/xmlIO.cpp b/rotord/xmlIO.cpp index d83380c..3a7ec61 100755 --- a/rotord/xmlIO.cpp +++ b/rotord/xmlIO.cpp @@ -70,9 +70,9 @@ void xmlIO::clear(){ //--------------------------------------------------------- bool xmlIO::loadFile(const string& xmlFile){ - string fullXmlFile = ofToDataPath(xmlFile); + //string fullXmlFile = ofToDataPath(xmlFile); - bool loadOkay = doc.LoadFile(fullXmlFile); + bool loadOkay = doc.LoadFile(xmlFile); //theo removed bool check as it would //return false if the file exists but was @@ -88,8 +88,8 @@ bool xmlIO::loadFile(const string& xmlFile){ //--------------------------------------------------------- bool xmlIO::saveFile(const string& xmlFile){ - string fullXmlFile = ofToDataPath(xmlFile); - return doc.SaveFile(fullXmlFile); + //string fullXmlFile = ofToDataPath(xmlFile); + return doc.SaveFile(xmlFile); } //--------------------------------------------------------- -- cgit v1.2.3