mirror of
https://github.com/RGBCube/serenity
synced 2025-05-18 20:25:07 +00:00
Lagom: Add LibGemini, LibGfx
They are dependencies of LibWeb and might be useful for running test-web on GitHub actions one day.
This commit is contained in:
parent
c4d9d5cc54
commit
3f45e9ab1e
8 changed files with 179 additions and 22 deletions
|
@ -432,7 +432,7 @@ bool load_gif_frame_descriptors(GIFLoadingContext& context)
|
|||
if (sub_block_length == 0)
|
||||
break;
|
||||
|
||||
u8 dummy;
|
||||
u8 dummy = 0;
|
||||
for (u16 i = 0; i < sub_block_length; ++i) {
|
||||
stream >> dummy;
|
||||
sub_block.append(dummy);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue