diff options
Diffstat (limited to '')
-rw-r--r-- | mutator_aux.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
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) { |