From e0481acb79cb0028a5d8b6cda2b7e553f0413775 Mon Sep 17 00:00:00 2001 From: Chase Date: Fri, 14 Nov 2025 15:58:28 -0500 Subject: [PATCH] xf86Crtc.c: fix formatting --- hw/xfree86/modes/xf86Crtc.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hw/xfree86/modes/xf86Crtc.c b/hw/xfree86/modes/xf86Crtc.c index 3f01f2c64..afc89a174 100644 --- a/hw/xfree86/modes/xf86Crtc.c +++ b/hw/xfree86/modes/xf86Crtc.c @@ -3199,7 +3199,7 @@ xf86OutputParseKMSTile(const char *tile_data, int tile_length, { int ret; - ret = sscanf(tile_data, "%d:%d:%d:%d:%d:%d:%d:%d", + ret = sscanf(tile_data, "%u:%u:%u:%u:%u:%u:%u:%u", &tile_info->group_id, &tile_info->flags, &tile_info->num_h_tile,