Module Name: xsrc
Committed By: wiz
Date: Fri Jun 28 16:53:55 UTC 2013
Modified Files:
xsrc/external/mit/xf86-video-openchrome/dist/src: via_driver.c
Log Message:
Use correct format string.
To generate a diff of this commit:
cvs rdiff -u -r1.1.1.2 -r1.2 \
xsrc/external/mit/xf86-video-openchrome/dist/src/via_driver.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: xsrc/external/mit/xf86-video-openchrome/dist/src/via_driver.c
diff -u xsrc/external/mit/xf86-video-openchrome/dist/src/via_driver.c:1.1.1.2 xsrc/external/mit/xf86-video-openchrome/dist/src/via_driver.c:1.2
--- xsrc/external/mit/xf86-video-openchrome/dist/src/via_driver.c:1.1.1.2 Sat Jun 1 21:08:53 2013
+++ xsrc/external/mit/xf86-video-openchrome/dist/src/via_driver.c Fri Jun 28 16:53:55 2013
@@ -825,7 +825,7 @@ via_xf86crtc_resize(ScrnInfoPtr scrn, in
goto fail;
xf86DrvMsg(scrn->scrnIndex, X_INFO,
- "Allocate new frame buffer %dx%d stride %d\n",
+ "Allocate new frame buffer %dx%d stride %lu\n",
width, height, new_front->pitch);
new_pixels = drm_bo_map(scrn, new_front);