From f88fd29ee86234ef3c99cc56260b1076f12b111f Mon Sep 17 00:00:00 2001 From: bloodstalker Date: Sat, 24 Dec 2016 17:15:21 +0330 Subject: the path of the report now works properly. --- mutator_aux.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mutator_aux.cpp b/mutator_aux.cpp index 37a7b3e..8bec2d3 100644 --- a/mutator_aux.cpp +++ b/mutator_aux.cpp @@ -123,7 +123,7 @@ void XMLReport::XMLAddNode(const SourceManager &SM, SourceLocation SL, std::stri void XMLReport::SaveReport(void) { - XMLError XMLErrorResult = XMLReportDoc.SaveFile("/home/bloodstalker/devi/hell2/test/misrareport.xml"); + XMLError XMLErrorResult = XMLReportDoc.SaveFile("./test/misrareport.xml"); if (XMLErrorResult != XML_SUCCESS) { -- cgit v1.2.3