Fix cycles compile for win32.

This commit is contained in:
Miika Hamalainen
2011-12-13 10:17:17 +00:00
parent ccd916e100
commit 5466befb38

View File

@@ -255,7 +255,7 @@ public:
if(major <= 1 && minor <= 2)
cuda_error(string_printf("CUDA device supported only with shader model 1.3 or up, found %d.%d.", major, minor));
else
cuda_error("CUDA binary kernel for this graphics card shader model (%d.%d) not found.", major, minor);
cuda_error(string_printf("CUDA binary kernel for this graphics card shader model (%d.%d) not found.", major, minor));
return "";
#else
/* if not, find CUDA compiler */