Skip to content

Commit e0481ac

Browse files
clhinmetux
authored andcommitted
xf86Crtc.c: fix formatting
1 parent 594d057 commit e0481ac

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

hw/xfree86/modes/xf86Crtc.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3199,7 +3199,7 @@ xf86OutputParseKMSTile(const char *tile_data, int tile_length,
31993199
{
32003200
int ret;
32013201

3202-
ret = sscanf(tile_data, "%d:%d:%d:%d:%d:%d:%d:%d",
3202+
ret = sscanf(tile_data, "%u:%u:%u:%u:%u:%u:%u:%u",
32033203
&tile_info->group_id,
32043204
&tile_info->flags,
32053205
&tile_info->num_h_tile,

0 commit comments

Comments
 (0)