Skip to content

Commit

Permalink
Remove an XXX comment
Browse files Browse the repository at this point in the history
Range offsets are definitely a 1.4ism
  • Loading branch information
nwnk committed Mar 9, 2009
1 parent 0398fc1 commit 2d75646
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion edid-decode.c
Original file line number Diff line number Diff line change
Expand Up @@ -228,7 +228,7 @@ detailed_block(unsigned char *x, int in_extension)
* XXX todo: implement feature flags, vtd blocks
* XXX check: ranges are well-formed; block termination if no vtd
*/
if (claims_one_point_four) { /* XXX might be valid earlier? */
if (claims_one_point_four) {
if (x[4] & 0x02) {
v_max_offset = 255;
if (x[4] & 0x01) {
Expand Down

0 comments on commit 2d75646

Please sign in to comment.