mirror of https://github.com/acidanthera/audk.git
initialize local variable before use.
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@5114 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
parent
0ce1dd70a9
commit
b67754b99e
|
@ -646,6 +646,8 @@ _IPrint (
|
|||
UINTN BufferGlyphWidth;
|
||||
|
||||
GlyphStatus = 0;
|
||||
HorizontalResolution = 0;
|
||||
VerticalResolution = 0;
|
||||
|
||||
//
|
||||
// For now, allocate an arbitrarily long buffer
|
||||
|
|
Loading…
Reference in New Issue