From 6142448417f4e15bf0bc0c94df7d1862a790e3c7 Mon Sep 17 00:00:00 2001 From: Andrea Catania Date: Fri, 7 Sep 2018 16:11:04 +0200 Subject: Update bullet to Master 12409f1118a7c7a266f9071350c70789dfe73bb9 --- thirdparty/bullet/Bullet3OpenCL/Initialize/b3OpenCLUtils.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'thirdparty/bullet/Bullet3OpenCL') diff --git a/thirdparty/bullet/Bullet3OpenCL/Initialize/b3OpenCLUtils.cpp b/thirdparty/bullet/Bullet3OpenCL/Initialize/b3OpenCLUtils.cpp index dd194fc7ba..896191c89c 100644 --- a/thirdparty/bullet/Bullet3OpenCL/Initialize/b3OpenCLUtils.cpp +++ b/thirdparty/bullet/Bullet3OpenCL/Initialize/b3OpenCLUtils.cpp @@ -619,7 +619,7 @@ cl_program b3OpenCLUtils_compileCLProgramFromString(cl_context clContext, cl_dev strippedName = strip2(clFileNameForCaching,"\\"); strippedName = strip2(strippedName,"/"); -#ifdef _MSVC_VER +#ifdef _MSC_VER sprintf_s(binaryFileName,B3_MAX_STRING_LENGTH,"%s/%s.%s.%s.bin",sCachedBinaryPath,strippedName, deviceName,driverVersion ); #else sprintf(binaryFileName,"%s/%s.%s.%s.bin",sCachedBinaryPath,strippedName, deviceName,driverVersion ); -- cgit v1.2.3