mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
BUG: setSet: use c string
This commit is contained in:
@ -853,7 +853,7 @@ int main(int argc, char *argv[])
|
|||||||
|
|
||||||
// Read history if interactive
|
// Read history if interactive
|
||||||
# ifdef HAS_READLINE
|
# 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;
|
Info<< "Successfully read history from " << historyFile << endl;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user