Skip to content
Snippets Groups Projects
Commit d1767cca authored by mattijs's avatar mattijs
Browse files

BUG: setSet: use c string

parent 81f626c5
Branches
Tags
No related merge requests found
......@@ -853,7 +853,7 @@ int main(int argc, char *argv[])
// Read history if interactive
# ifdef HAS_READLINE
if (!batch && !read_history(runTime.path()/historyFile))
if (!batch && !read_history((runTime.path()/historyFile).c_str()))
{
Info<< "Successfully read history from " << historyFile << endl;
}
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment