Re: [edk2] [PATCH] ShellPkg: Fix the wrong value got from 'for' command.

2015-07-15 Thread Leif Lindholm
On Wed, Jul 15, 2015 at 09:40:12AM +0800, Qiu Shumin wrote: > In 'For.c' return error status instead of a wrong number when fail to convert > a string to UINT64. No objection to content of patch, but the above line is too long. Can you break it up please? Regards, Leif > Contributed-under: Tia

[edk2] [PATCH] ShellPkg: Fix the wrong value got from 'for' command.

2015-07-14 Thread Qiu Shumin
In 'For.c' return error status instead of a wrong number when fail to convert a string to UINT64. Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Jaben Carsey Reviewed-by: Qiu Shumin --- ShellPkg/Library/UefiShellLevel1CommandsLib/For.c | 53 --- 1 fi