projects
/
mirror_edk2.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3b14951
)
MdeModulePkg/BootLogoLib: Fix GCC build failure
author
Ruiyu Ni
<ruiyu.ni@intel.com>
Mon, 23 Nov 2015 00:48:46 +0000
(
00:48
+0000)
committer
niruiyu
<niruiyu@Edk2>
Mon, 23 Nov 2015 00:48:46 +0000
(
00:48
+0000)
Contributed-under: TianoCore Contribution Agreement 1.0
Signed-off-by: Ruiyu Ni <ruiyu.ni@intel.com>
Reviewed-by: Feng Tian <feng.tian@intel.com>
git-svn-id: https://svn.code.sf.net/p/edk2/code/trunk/edk2@18916
6f19259b
-4bc3-4df7-8a09-
765794883524
MdeModulePkg/Library/BootLogoLib/BootLogoLib.c
patch
|
blob
|
blame
|
history
diff --git
a/MdeModulePkg/Library/BootLogoLib/BootLogoLib.c
b/MdeModulePkg/Library/BootLogoLib/BootLogoLib.c
index f824ae13c28653d095ed5c9d48cc16130eaf9065..7cb3bcba46f58edf1545e97f6a978e84944f06e8 100644
(file)
--- a/
MdeModulePkg/Library/BootLogoLib/BootLogoLib.c
+++ b/
MdeModulePkg/Library/BootLogoLib/BootLogoLib.c
@@
-145,6
+145,8
@@
BootLogoEnableLogo (
NewHeight = 0;
\r
NewWidth = 0;
\r
Instance = 0;
\r
+ DestX = 0;
\r
+ DestY = 0;
\r
while (TRUE) {
\r
ImageData = NULL;
\r
ImageSize = 0;
\r