#548 Fixed macOS build.
This commit is contained in:
parent
b13640e4a1
commit
01c8245846
2 changed files with 2 additions and 2 deletions
|
@ -266,7 +266,7 @@ bool xmrig::CommonConfig::save()
|
|||
uv_fs_close(uv_default_loop(), &req, fd, nullptr);
|
||||
uv_fs_req_cleanup(&req);
|
||||
|
||||
LOG_NOTICE("configuration saved to: \"%s\"", m_fileName);
|
||||
LOG_NOTICE("configuration saved to: \"%s\"", m_fileName.data());
|
||||
return true;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue