r200: Silence fprintf format warning.
authorVinson Lee <vlee@vmware.com>
Sun, 24 Jan 2010 08:17:00 +0000 (00:17 -0800)
committerVinson Lee <vlee@vmware.com>
Sun, 24 Jan 2010 08:17:00 +0000 (00:17 -0800)
src/mesa/drivers/dri/r200/r200_vertprog.c

index 11405d7caeeba5ab9c44b039e1a097732c87454d..4f225a233dad001cebb5c263ec14de68db5ddef2 100644 (file)
@@ -437,7 +437,7 @@ static GLboolean r200_translate_vertex_program(GLcontext *ctx, struct r200_verte
       (1 << VERT_RESULT_TEX2) | (1 << VERT_RESULT_TEX3) | (1 << VERT_RESULT_TEX4) |
       (1 << VERT_RESULT_TEX5) | (1 << VERT_RESULT_PSIZ))) != 0) {
       if (R200_DEBUG & RADEON_FALLBACKS) {
-        fprintf(stderr, "can't handle vert prog outputs 0x%x\n",
+        fprintf(stderr, "can't handle vert prog outputs 0x%llx\n",
            mesa_vp->Base.OutputsWritten);
       }
       return GL_FALSE;