Module Name: xsrc
Committed By: christos
Date: Thu Dec 9 17:29:14 UTC 2021
Modified Files:
xsrc/external/mit/xf86-video-suncg14/dist/src: cg14_accel.c
Log Message:
Pixel == unsigned long, fix format.
To generate a diff of this commit:
cvs rdiff -u -r1.20 -r1.21 \
xsrc/external/mit/xf86-video-suncg14/dist/src/cg14_accel.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-suncg14/dist/src/cg14_accel.c
diff -u xsrc/external/mit/xf86-video-suncg14/dist/src/cg14_accel.c:1.20 xsrc/external/mit/xf86-video-suncg14/dist/src/cg14_accel.c:1.21
--- xsrc/external/mit/xf86-video-suncg14/dist/src/cg14_accel.c:1.20 Fri Dec 3 14:53:23 2021
+++ xsrc/external/mit/xf86-video-suncg14/dist/src/cg14_accel.c Thu Dec 9 12:29:14 2021
@@ -1,4 +1,4 @@
-/* $NetBSD: cg14_accel.c,v 1.20 2021/12/03 19:53:23 macallan Exp $ */
+/* $NetBSD: cg14_accel.c,v 1.21 2021/12/09 17:29:14 christos Exp $ */
/*
* Copyright (c) 2013 Michael Lorenz
* All rights reserved.
@@ -596,7 +596,7 @@ CG14PrepareSolid(PixmapPtr pPixmap, int
Cg14Ptr p = GET_CG14_FROM_SCRN(pScrn);
ENTER;
- DPRINTF(X_ERROR, "bits per pixel: %d %08x\n",
+ DPRINTF(X_ERROR, "bits per pixel: %d %08lx\n",
pPixmap->drawable.bitsPerPixel, fg);
/*