diff --git a/lib/opencl_boinc.h b/lib/opencl_boinc.h index 88846959a2..b997c6d6d6 100644 --- a/lib/opencl_boinc.h +++ b/lib/opencl_boinc.h @@ -66,7 +66,7 @@ struct OPENCL_DEVICE_PROP { char opencl_platform_version[64]; // Version of OpenCL supported // the device's platform - char opencl_device_version[64]; // OpenCL version supported by device; + char opencl_device_version[128]; // OpenCL version supported by device; // example: "OpenCL 1.1 beta" int opencl_device_version_int; // same, encoded as e.g. 101 int get_device_version_int(); // call this to encode