BUG: setSet: use c string

This commit is contained in:
mattijs 2012-02-06 10:28:46 +00:00
parent 81f626c536
commit d1767ccaca

View File

@ -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;
}