BUG: setSet: use c string
This commit is contained in:
parent
81f626c536
commit
d1767ccaca
@ -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;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user