From e8fe15c3f7e3471f49ea0423ac0fe652db90391a Mon Sep 17 00:00:00 2001 From: Jordan Woyak Date: Sun, 21 Aug 2011 16:30:19 -0500 Subject: Make titlebar and about dialog fancy for cmake build. Windows needs fixing. --- Source/Core/VideoCommon/Src/OpenCL/OCLTextureDecoder.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Source/Core/VideoCommon/Src/OpenCL/OCLTextureDecoder.cpp') diff --git a/Source/Core/VideoCommon/Src/OpenCL/OCLTextureDecoder.cpp b/Source/Core/VideoCommon/Src/OpenCL/OCLTextureDecoder.cpp index 1af47f5a4c..0f4809a6cc 100644 --- a/Source/Core/VideoCommon/Src/OpenCL/OCLTextureDecoder.cpp +++ b/Source/Core/VideoCommon/Src/OpenCL/OCLTextureDecoder.cpp @@ -103,7 +103,7 @@ void TexDecoder_OpenCL_Initialize() char dolphin_rev[HEADER_SIZE]; filename = File::GetUserPath(D_OPENCL_IDX) + "kernel.bin"; - snprintf(dolphin_rev, HEADER_SIZE, "%-31s", svn_rev_str); + snprintf(dolphin_rev, HEADER_SIZE, "%-31s", scm_rev_str); { File::IOFile input(filename, "rb"); -- cgit v1.2.3