summaryrefslogtreecommitdiff
path: root/src/r128_driver.c
diff options
context:
space:
mode:
authorKevin Brace <kevinbrace@gmx.com>2018-06-30 22:56:27 -0500
committerKevin Brace <kevinbrace@gmx.com>2018-07-09 15:35:05 -0700
commit09f14ae89073c31118b747b8cd3663d4da9aa170 (patch)
tree784c5b55038f3c6795553ba3e40a8e8407492ae3 /src/r128_driver.c
parent951af95a6ddb07b13304632eb4faf8b1256399a7 (diff)
Remove compilation warnings related to debug messages
The variable sizes were not matching the intended print format. Signed-off-by: Kevin Brace <kevinbrace@gmx.com>
Diffstat (limited to 'src/r128_driver.c')
-rw-r--r--src/r128_driver.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/r128_driver.c b/src/r128_driver.c
index c6d4f8a..4918a0e 100644
--- a/src/r128_driver.c
+++ b/src/r128_driver.c
@@ -1604,7 +1604,7 @@ Bool R128ScreenInit(SCREEN_INIT_ARGS_DECL)
char *optstr;
DEBUG(xf86DrvMsg(pScrn->scrnIndex, X_INFO,
- "R128ScreenInit %x %d\n",
+ "R128ScreenInit %lx %lx\n",
pScrn->memPhysBase, pScrn->fbOffset));
info->useEXA = FALSE;
#ifdef USE_EXA