mirror of
https://github.com/limine-bootloader/limine
synced 2025-02-08 13:14:19 +03:00
edid: Undo comparison change from 29d63d6
This commit is contained in:
parent
180eb8490a
commit
7db783f080
@ -80,7 +80,7 @@ struct edid_info_struct *get_edid_info(void) {
|
||||
if (status)
|
||||
goto fail;
|
||||
|
||||
if (edid->SizeOfEdid != sizeof(struct edid_info_struct))
|
||||
if (edid->SizeOfEdid < sizeof(struct edid_info_struct))
|
||||
goto fail;
|
||||
|
||||
memcpy(buf, edid->Edid, sizeof(struct edid_info_struct));
|
||||
|
Loading…
x
Reference in New Issue
Block a user