mirror of https://github.com/BOINC/boinc.git
Merge pull request #4628 from BOINC/mac_fix_coproc_debug
This commit is contained in:
commit
c0b5a52ff4
|
@ -241,7 +241,7 @@ void COPROC_NVIDIA::get(
|
|||
vector<string>& warnings
|
||||
) {
|
||||
int cuda_ndevs, retval;
|
||||
char buf[256];
|
||||
char buf[2048];
|
||||
int j, itemp;
|
||||
size_t global_mem = 0;
|
||||
string s;
|
||||
|
|
Loading…
Reference in New Issue