Re: [edk2] [patch] MdeModulePkg/UiApp: Fix incorrect question id

2016-09-11 Thread Gao, Liming
Reviewed-by: Liming Gao > -Original Message- > From: Bi, Dandan > Sent: Thursday, September 08, 2016 5:10 PM > To: edk2-devel@lists.01.org > Cc: Gao, Liming ; Dong, Eric > Subject: [patch] MdeModulePkg/UiApp: Fix incorrect question id > > For a question, its question id can not be zero.

Re: [edk2] [patch] MdeModulePkg/UiApp: Fix incorrect question id

2016-09-08 Thread Dong, Eric
Reviewed-by: Eric Dong > -Original Message- > From: Bi, Dandan > Sent: Thursday, September 08, 2016 5:10 PM > To: edk2-devel@lists.01.org > Cc: Gao, Liming; Dong, Eric > Subject: [patch] MdeModulePkg/UiApp: Fix incorrect question id > > For a question, its question id can not be zero. >

[edk2] [patch] MdeModulePkg/UiApp: Fix incorrect question id

2016-09-08 Thread Dandan Bi
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 Cc: Eric Dong Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Dandan Bi --- MdeModulePkg/Application/UiApp/FrontPageCustomizedUiSupport.c | 3 ++