Skip to content
Snippets Groups Projects
Unverified Commit 56f4f078 authored by computezrmle's avatar computezrmle Committed by GitHub
Browse files

Replace getcwd() with boinc_getcwd()

parent ef79b988
Branches
No related tags found
No related merge requests found
......@@ -508,7 +508,7 @@ int main(int argc, char** argv) {
} else {
project_dir_path = aid.project_dir;
}
getcwd(path, sizeof(path));
boinc_getcwd(path);
slot_dir_path = path;
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