| Index: src/gpu/gl/builders/GrGLProgramBuilder.cpp
|
| diff --git a/src/gpu/gl/builders/GrGLProgramBuilder.cpp b/src/gpu/gl/builders/GrGLProgramBuilder.cpp
|
| index 5a623033fb6adf4fd6cd05a3bc72e5992c15567f..6c8eae191d166bcbbb7fad9e77bf4a109b9b0593 100644
|
| --- a/src/gpu/gl/builders/GrGLProgramBuilder.cpp
|
| +++ b/src/gpu/gl/builders/GrGLProgramBuilder.cpp
|
| @@ -458,7 +458,7 @@ bool GrGLProgramBuilder::checkLinkStatus(GrGLuint programID) {
|
| infoLen+1,
|
| &length,
|
| (char*)log.get()));
|
| - SkDebugf((char*)log.get());
|
| + SkDebugf("%s", (char*)log.get());
|
| }
|
| SkDEBUGFAIL("Error linking program");
|
| GL_CALL(DeleteProgram(programID));
|
|
|