]> git.proxmox.com Git - mirror_edk2.git/commit
MdeModulePkg/UiApp: Fix incorrect question id
authorDandan Bi <dandan.bi@intel.com>
Thu, 8 Sep 2016 07:04:51 +0000 (15:04 +0800)
committerStar Zeng <star.zeng@intel.com>
Mon, 12 Sep 2016 10:26:11 +0000 (18:26 +0800)
commit7d467158e095a8f231f1a65c9f7ca3627debf763
tree0ddb98ff8239f0f2a8310ba2058e8d7d250911c1
parente9fec7326ad2f27fe368c830da055d1044b18e95
MdeModulePkg/UiApp: Fix incorrect question id

For a question, its question id can not be zero.
This patch is to fix the issue that using zero as question id.

Cc: Liming Gao <liming.gao@intel.com>
Cc: Eric Dong <eric.dong@intel.com>
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>
MdeModulePkg/Application/UiApp/FrontPageCustomizedUiSupport.c