]> git.proxmox.com Git - mirror_edk2.git/commit
MdeModulePkg:Modify the pointer type.
authorDandan Bi <dandan.bi@intel.com>
Wed, 11 Nov 2015 08:34:04 +0000 (08:34 +0000)
committerdandanbi <dandanbi@Edk2>
Wed, 11 Nov 2015 08:34:04 +0000 (08:34 +0000)
commitd6cc284e6f9d2e303a81b3ee8a167eb7252ca54c
tree682d54787d19eeef95e007af5df3ca4dd715eb51
parent30fbfcc92995c9103ec4357d313a566a7a6a6d92
MdeModulePkg:Modify the pointer type.

Previously the pointer type is EFI_IFR_FORM_SET, it is incorrect when
do pointer addition without conversion.Now change it to UINT8 type.

Contributed-under: TianoCore Contribution Agreement 1.0
Signed-off-by: Dandan Bi <dandan.bi@intel.com>
Reviewed-by: Eric Dong <eric.dong@intel.com>
Reviewed-by: Liming Gao <liming.gao@intel.com>
git-svn-id: https://svn.code.sf.net/p/edk2/code/trunk/edk2@18768 6f19259b-4bc3-4df7-8a09-765794883524
MdeModulePkg/Library/UefiHiiLib/HiiLib.c