client: When comparing ATI model names from OpenCL and IOKit on a Mac, substitute "AMD" for "ATI"

svn path=/trunk/boinc/; revision=25423
This commit is contained in:
Charlie Fenton 2012-03-14 09:22:53 +00:00
parent 2919c802cd
commit e76d18c6fc
1 changed files with 1 additions and 1 deletions

View File

@ -1603,7 +1603,7 @@ void COPROCS::get_ati_mem_size_from_opengl() {
int ati_gpu_index = 0;
GLint rendererIDs[32];
CFDataRef modelName[32];
char opencl_name[1024], iokit_name[1024];
char opencl_name[256], iokit_name[256];
char *p;
if (log_flags.coproc_debug) {