From: Daniel Maslowski <info(a)orangecms.org>
Signed-off-by: Daniel Maslowski <info(a)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