diff options
author | Karol Kosek <krkk@serenityos.org> | 2023-01-22 11:58:36 +0100 |
---|---|---|
committer | Linus Groh <mail@linusgroh.de> | 2023-01-28 21:49:23 +0000 |
commit | f23eba1ba806421703e05d3ce6ea456e7788e3ae (patch) | |
tree | 3bcc77ae189e94947285de53fe178105a4f0f6c3 /Meta/grub-gpt.cfg | |
parent | 3a9225608a0e223fe77981fdf6222337e0eadc1d (diff) | |
download | serenity-f23eba1ba806421703e05d3ce6ea456e7788e3ae.zip |
ImageDecoder: Actually set `is_animated` and `loop_count` variables
Before 649f78d0a4475a640ad353e1e879a7bb27db222b, the is_animated and
loop_count objects were set directly when making a return object.
That commit moved the decode logic to a separate function but forgot to
assign `is_animated` and `loop_count`. The compiler didn't throw an
error about unused variables because we were also VERIFY()ing that these
variables were zero-initialized at the beginning of the function.
Diffstat (limited to 'Meta/grub-gpt.cfg')
0 files changed, 0 insertions, 0 deletions