Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
openSUSE:12.2:ARM
go-Go-OpenGL
Go-OpenGL-fixes.patch
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File Go-OpenGL-fixes.patch of Package go-Go-OpenGL
diff -u a/gl/gl.go b/gl/gl.go --- a/gl/gl.go 2011-06-17 11:02:07.000000000 +0200 +++ b/gl/gl.go 2011-06-25 13:20:17.686950974 +0200 @@ -134,7 +134,7 @@ C.glGetShaderiv(C.GLuint(shader), C.GLenum(SHADER_SOURCE_LENGTH), &len) log := C.malloc(C.size_t(len + 1)) - C.glGetShaderSource(C.GLuint(shader), C.GLsizei(len), nil, (*C.GLchar)(log)) + C.glGetShaderSource(C.GLint(shader), C.GLsizei(len), nil, (*C.GLchar)(log)) defer C.free(log)
Locations
Projects
Search
Status Monitor
Help
OpenBuildService.org
Documentation
API Documentation
Code of Conduct
Contact
Support
@OBShq
Terms
openSUSE Build Service is sponsored by
The Open Build Service is an
openSUSE project
.
Sign Up
Log In
Places
Places
All Projects
Status Monitor