Skip to content
Snippets Groups Projects
Unverified Commit 0d73b17c authored by Vitalii Koshura's avatar Vitalii Koshura Committed by GitHub
Browse files

Merge pull request #6132 from computezrmle/replace__getcwd__with__boinc_getcwd

Replace getcwd() with boinc_getcwd()
parents ef79b988 56f4f078
Branches
No related tags found
No related merge requests found
...@@ -508,7 +508,7 @@ int main(int argc, char** argv) { ...@@ -508,7 +508,7 @@ int main(int argc, char** argv) {
} else { } else {
project_dir_path = aid.project_dir; project_dir_path = aid.project_dir;
} }
getcwd(path, sizeof(path)); boinc_getcwd(path);
slot_dir_path = path; slot_dir_path = path;
vboxlog_msg("BOINC client version: %d.%d.%d", vboxlog_msg("BOINC client version: %d.%d.%d",
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment