diff --git a/src/Rules.cpp b/src/Rules.cpp index ddbb2f9c..dda6edec 100644 --- a/src/Rules.cpp +++ b/src/Rules.cpp @@ -46,7 +46,7 @@ void Rules::load (const std::string& file, int nest /* = 1 */) if (nest == 1) { // This is where defaults would be set. - _original_file = File (file); + _original_file = File (file)._data; } // Read the file, then parse the contents.