]> git.proxmox.com Git - mirror_edk2.git/commit
When transfer from Unicode to hex number, current code only consider the 0-9 case...
authorydong10 <ydong10@6f19259b-4bc3-4df7-8a09-765794883524>
Sun, 1 Apr 2012 07:28:09 +0000 (07:28 +0000)
committerydong10 <ydong10@6f19259b-4bc3-4df7-8a09-765794883524>
Sun, 1 Apr 2012 07:28:09 +0000 (07:28 +0000)
commitc1e2752c99eacd81b4860091947584c8190914a2
tree6b3b72f7407f22a8275ce765d648206de13ae275
parente8b4eb041777a361c2fb81b34c8ab65951ff8c46
When transfer from Unicode to hex number, current code only consider the 0-9 case, not include the A-F case, now update code to consider all.

Signed-off-by: Dong Eric <eric.dong@intel.com>
Reviewed-by: Ni Ruiyu <ruiyu.ni@intel.com>
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@13159 6f19259b-4bc3-4df7-8a09-765794883524
IntelFrameworkModulePkg/Library/GenericBdsLib/BdsMisc.c