diff --git a/applications/utilities/mesh/manipulation/setSet/setSet.C b/applications/utilities/mesh/manipulation/setSet/setSet.C index 5619897041ad54dd068f103092571a00994cd20c..0ea97db164106ca759ee245b913a88b7651fefd2 100644 --- a/applications/utilities/mesh/manipulation/setSet/setSet.C +++ b/applications/utilities/mesh/manipulation/setSet/setSet.C @@ -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; }