Quieten debug message.

This commit is contained in:
Keith Whitwell 2006-10-05 11:34:01 +00:00
parent 496f9ddf35
commit 1eca12a7d9

View file

@ -87,7 +87,7 @@ intelMapScreenRegions(__DRIscreenPrivate *sPriv)
* the renderbuffer address to point to the beginning of the
* renderbuffer.
*/
intelScreen->front.map = sPriv->pFB;
intelScreen->front.map = (char *)sPriv->pFB;
if (intelScreen->front.map == NULL) {
fprintf(stderr, "Failed to find framebuffer mapping\n");
return GL_FALSE;