radeon: Silence compiler format warning.

This commit is contained in:
Vinson Lee 2010-02-20 23:43:33 -08:00
parent ae41339d4c
commit f96e8a033b
1 changed files with 1 additions and 1 deletions

View File

@ -564,7 +564,7 @@ radeon_render_texture(GLcontext * ctx,
return;
}
DBG("Begin render texture tid %x tex=%u w=%d h=%d refcount=%d\n",
DBG("Begin render texture tid %lx tex=%u w=%d h=%d refcount=%d\n",
_glthread_GetID(),
att->Texture->Name, newImage->Width, newImage->Height,
rrb->base.RefCount);