Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/external/bsd/drm/dist/shared-core Fix format strings to ...



details:   https://anonhg.NetBSD.org/src/rev/9e4ee1dde7f5
branches:  trunk
changeset: 765550:9e4ee1dde7f5
user:      joerg <joerg%NetBSD.org@localhost>
date:      Mon May 30 13:52:26 2011 +0000

description:
Fix format strings to match arguments

diffstat:

 sys/external/bsd/drm/dist/shared-core/radeon_state.c |  2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diffs (12 lines):

diff -r 91c9f606eed0 -r 9e4ee1dde7f5 sys/external/bsd/drm/dist/shared-core/radeon_state.c
--- a/sys/external/bsd/drm/dist/shared-core/radeon_state.c      Mon May 30 13:50:36 2011 +0000
+++ b/sys/external/bsd/drm/dist/shared-core/radeon_state.c      Mon May 30 13:52:26 2011 +0000
@@ -1748,7 +1748,7 @@
        DRM_DEBUG("tex=%dx%d blit=%d\n", tex_width, tex->height, blit_width);
 
        do {
-               DRM_DEBUG("tex: ofs=0x%x p=%d f=%d x=%hd y=%hd w=%hd h=%hd\n",
+               DRM_DEBUG("tex: ofs=0x%x p=%d f=%d x=%u y=%u w=%u h=%u\n",
                          tex->offset >> 10, tex->pitch, tex->format,
                          image->x, image->y, image->width, image->height);
 



Home | Main Index | Thread Index | Old Index