mirror of https://github.com/BOINC/boinc.git
Mac build fix
This commit is contained in:
parent
befd835e09
commit
c1d28459dc
|
@ -65,7 +65,7 @@ void killGfxApp(pid_t thePID) {
|
|||
char userName[64];
|
||||
RPC_CLIENT *rpc;
|
||||
int retval;
|
||||
string msg;
|
||||
std::string msg;
|
||||
|
||||
chdir("/Library/Application Support/BOINC Data");
|
||||
safe_strcpy(buf, "");
|
||||
|
|
Loading…
Reference in New Issue