[Libreoffice-commits] core.git: Branch 'feature/calc-pluggable-opencl' - sc/source

Kohei Yoshida kohei.yoshida at collabora.com
Mon Sep 16 15:28:00 PDT 2013


 sc/source/core/opencl/openclwrapper.hxx |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 443bcef31b3dc0f00ec93d39cce1b3302fc912c7
Author: Kohei Yoshida <kohei.yoshida at collabora.com>
Date:   Mon Sep 16 18:29:37 2013 -0400

    I didn't mean to change that.
    
    Change-Id: I0da67563b93ead9ffc3350cd01733b0a6d094f05

diff --git a/sc/source/core/opencl/openclwrapper.hxx b/sc/source/core/opencl/openclwrapper.hxx
index bd0fb4f..3327f1c 100644
--- a/sc/source/core/opencl/openclwrapper.hxx
+++ b/sc/source/core/opencl/openclwrapper.hxx
@@ -59,7 +59,7 @@ if( status != CL_SUCCESS )    \
 }
 
 #define MAX_KERNEL_STRING_LEN 64
-#define MAX_CLFILE_NUM 100
+#define MAX_CLFILE_NUM 50
 #define MAX_CLKERNEL_NUM 200
 #define MAX_KERNEL_NAME_LEN 64
 


More information about the Libreoffice-commits mailing list