Skip to content

Commit

Permalink
Decode the serial number section.
Browse files Browse the repository at this point in the history
  • Loading branch information
Adam Jackson committed Dec 11, 2006
1 parent 9a80be3 commit 6455fa0
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 @@ -101,7 +101,7 @@ detailed_block(unsigned char *x)
printf("ASCII string: %s", x+5);
return 1;
case 0xFF:
printf("Serial number\n");
printf("Serial number: %s", x+5);
return 1;
default:
printf("Unknown monitor description type %d\n", x[3]);
Expand Down

0 comments on commit 6455fa0

Please sign in to comment.