diff options
author | Simon Ser <contact@emersion.fr> | 2022-12-14 14:42:11 +0000 |
---|---|---|
committer | Hans Verkuil <hverkuil-cisco@xs4all.nl> | 2022-12-14 15:55:46 +0100 |
commit | e052f5f9fdf74ca11aa1a8edfa62eff8d0aa3d0d (patch) | |
tree | 6f7096c44125064227f860bd6535d883188cf9e0 | |
parent | 3d4f8cab224e482cef7d061e3e09de4af8a15b20 (diff) |
This message was copy-pasted from a few lines below.
Signed-off-by: Simon Ser <contact@emersion.fr>
Signed-off-by: Hans Verkuil <hverkuil-cisco@xs4all.nl>
-rw-r--r-- | parse-displayid-block.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/parse-displayid-block.cpp b/parse-displayid-block.cpp index 6dddad3..aa956e0 100644 --- a/parse-displayid-block.cpp +++ b/parse-displayid-block.cpp @@ -1036,7 +1036,7 @@ void edid_state::parse_displayid_tiled_display_topology(const unsigned char *x, printf(" Left bezel size: %.1f pixels\n", pix_mult * x[15] / 10.0); } else { - fail("No bezel information, but the pixel multiplier is non-zero.\n"); + fail("Bezel information bit is set, but the pixel multiplier is zero.\n"); } printf(" Tile resolution: %ux%u\n", tile_width + 1, tile_height + 1); } else if (pix_mult) { |