]> git.proxmox.com Git - mirror_edk2.git/commit
Fix a bug which cause a CRTL, ALT, or SHIFT is pressed on the GOP console for NT32...
authorqianouyang <qianouyang@6f19259b-4bc3-4df7-8a09-765794883524>
Wed, 26 Oct 2011 09:36:55 +0000 (09:36 +0000)
committerqianouyang <qianouyang@6f19259b-4bc3-4df7-8a09-765794883524>
Wed, 26 Oct 2011 09:36:55 +0000 (09:36 +0000)
commitaf1600fd9a0b9a413cfc2b031c641002beafd48f
treeca7292317f545b5ead8d0b82e6ea5b015b9d473a
parent501793fad4084c43828ba2f4e2d9355d29abe9f7
Fix a bug which cause a CRTL, ALT, or SHIFT is pressed on the GOP console for NT32, it inserts a ' 'character character.
Root cause is that the parameter of UnicodeStr doesn’t initialize.

Signed-off-by: qianouyang
Reviewed-by: niruiyu
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@12575 6f19259b-4bc3-4df7-8a09-765794883524
Nt32Pkg/WinNtGopDxe/WinNtGopScreen.c