Merge pull request #4628 from BOINC/mac_fix_coproc_debug

This commit is contained in:
Vitalii Koshura 2022-02-06 14:42:39 +01:00 committed by GitHub
commit c0b5a52ff4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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;