From 3c874570228179a44d8f2a4d0d009c499e7e1398 Mon Sep 17 00:00:00 2001 From: Jonathan Schleifer Date: Mon, 17 Mar 2014 21:51:43 +0100 Subject: [PATCH] More B_PRId32 (I wonder why the last build worked without patching this, though.) --- src/add-ons/accelerants/vmware/Fifo.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/add-ons/accelerants/vmware/Fifo.c b/src/add-ons/accelerants/vmware/Fifo.c index 32c5251ffa..0f2555190c 100644 --- a/src/add-ons/accelerants/vmware/Fifo.c +++ b/src/add-ons/accelerants/vmware/Fifo.c @@ -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]); }