mirror of
https://github.com/fergalmoran/ladybird.git
synced 2025-12-25 19:04:58 +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:
committed by
Andreas Kling
parent
c4d9d5cc54
commit
3f45e9ab1e
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user