ports/x11-drivers/xf86-video-sis/files/patch-src_sis__dri.c
Baptiste Daroussin 336fd56813 Update to 0.10.9
PR:		216294
Submitted by:	matthew@reztek.cz
2017-01-23 00:49:05 +00:00

14 lines
386 B
C

# Correct type in a format string
#
--- src/sis_dri.c.orig 2015-08-29 23:34:25 UTC
+++ src/sis_dri.c
@@ -454,7 +454,7 @@ SISDRIScreenInit(ScreenPtr pScreen)
return FALSE;
}
- xf86DrvMsg(pScreen->myNum, X_INFO, "[drm] MMIO registers mapped to 0x%0x\n",
+ xf86DrvMsg(pScreen->myNum, X_INFO, "[drm] MMIO registers mapped to 0x%0lx\n",
pSISDRI->regs.handle);
/* AGP */