From 1a2ba3af4b700382533ae0b39a91b57e3e582963 Mon Sep 17 00:00:00 2001 From: Christian Dreihsig Date: Sun, 7 Jan 2018 08:10:30 +0000 Subject: [PATCH] increased size of opencl_device_version[] from 64 to 128 --- lib/opencl_boinc.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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