gallium/target: Haiku softpipe

* Use print macro to fix warning on 64-bit systems
This commit is contained in:
Alexander von Gluck IV 2014-12-09 21:30:32 +00:00
parent 63d3f621e3
commit 03e237e9f2
1 changed files with 1 additions and 1 deletions

View File

@ -355,7 +355,7 @@ SoftwareRenderer::_AllocateBitmap()
return;
}
TRACE("%s: New bitmap size: %ld x %ld\n", __func__,
TRACE("%s: New bitmap size: %" B_PRId32 " x %" B_PRId32 "\n", __func__,
fBitmap->Bounds().IntegerWidth(), fBitmap->Bounds().IntegerHeight());
fContextObj->ResizeViewport(fWidth, fHeight);