More B_PRId32

(I wonder why the last build worked without patching this, though.)
This commit is contained in:
Jonathan Schleifer 2014-03-17 21:51:43 +01:00
parent e815ef0795
commit 3c87457022

View File

@ -81,7 +81,7 @@ FifoInit(void)
B_REAL_TIME_DISPLAY_PRIORITY, NULL);
resume_thread(gUpdateThread);
TRACE("init fifo: %ld -> %ld\n",
TRACE("init fifo: %" B_PRId32 " -> %" B_PRId32 "\n",
fifo[SVGA_FIFO_MIN], fifo[SVGA_FIFO_MAX]);
}