]> git.proxmox.com Git - mirror_edk2.git/commit
GetCurrentLanguage() in IFR Support Library treats language variable incorrectly...
authorxli24 <xli24@6f19259b-4bc3-4df7-8a09-765794883524>
Tue, 12 Dec 2006 07:19:26 +0000 (07:19 +0000)
committerxli24 <xli24@6f19259b-4bc3-4df7-8a09-765794883524>
Tue, 12 Dec 2006 07:19:26 +0000 (07:19 +0000)
commitcdcaf781f31a867f5f37e668889af34f0e5c3067
treeae6fa6e42a6b656c0f2eccc75fe3fcabece90859
parent406adcd15cafe2f1f6cff0750ef9bfd8c613013a
GetCurrentLanguage() in IFR Support Library treats language variable incorrectly. It attempted to search for '\0' flag, but the variable does not have this flag. It is a string with constant width of 3 characters.

git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@2086 6f19259b-4bc3-4df7-8a09-765794883524
EdkModulePkg/Library/EdkIfrSupportLib/IfrCommon.c