Fix format strings for LP64
This commit is contained in:
@@ -544,9 +544,9 @@ void r300InitCmdBuf(r300ContextPtr r300)
|
||||
size = 64*256;
|
||||
|
||||
if (RADEON_DEBUG & (DEBUG_IOCTL|DEBUG_DMA)) {
|
||||
fprintf(stderr, "sizeof(drm_r300_cmd_header_t)=%d\n",
|
||||
fprintf(stderr, "sizeof(drm_r300_cmd_header_t)=%ld\n",
|
||||
sizeof(drm_r300_cmd_header_t));
|
||||
fprintf(stderr, "sizeof(drm_radeon_cmd_buffer_t)=%d\n",
|
||||
fprintf(stderr, "sizeof(drm_radeon_cmd_buffer_t)=%ld\n",
|
||||
sizeof(drm_radeon_cmd_buffer_t));
|
||||
fprintf(stderr,
|
||||
"Allocating %d bytes command buffer (max state is %d bytes)\n",
|
||||
|
||||
Reference in New Issue
Block a user