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:
@ -646,6 +646,8 @@ _IPrint (
|
|||||||
UINTN BufferGlyphWidth;
|
UINTN BufferGlyphWidth;
|
||||||
|
|
||||||
GlyphStatus = 0;
|
GlyphStatus = 0;
|
||||||
|
HorizontalResolution = 0;
|
||||||
|
VerticalResolution = 0;
|
||||||
|
|
||||||
//
|
//
|
||||||
// For now, allocate an arbitrarily long buffer
|
// For now, allocate an arbitrarily long buffer
|
||||||
|
Reference in New Issue
Block a user