From: Daniel Maslowski <i...@orangecms.org> Signed-off-by: Daniel Maslowski <i...@orangecms.org> --- src/bootsplash.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/bootsplash.c b/src/bootsplash.c index 6e1d50c..5a7b2aa 100644 --- a/src/bootsplash.c +++ b/src/bootsplash.c @@ -149,7 +149,7 @@ enable_bootsplash(void) vesa_info->version>>8, vesa_info->version&0xff, vendor, product); - int ret, width, height; + int ret, width = 0, height = 0; int bpp_require = 0; switch (type) { case 0: -- 2.23.0 _______________________________________________ SeaBIOS mailing list -- seabios@seabios.org To unsubscribe send an email to seabios-le...@seabios.org