Re: [edk2] [PATCH] MdePkg: Refine the cod logic of FileHandleLib.

2015-06-18 Thread Gao, Liming
Reviewed-by: Liming Gao -Original Message- From: Qiu, Shumin Sent: Thursday, June 18, 2015 1:27 PM To: edk2-devel@lists.sourceforge.net Cc: Gao, Liming Subject: [PATCH] MdePkg: Refine the cod logic of FileHandleLib. When the file is empty, make FileHandleReadLine in FileHandleLib return

[edk2] [PATCH] MdePkg: Refine the cod logic of FileHandleLib.

2015-06-17 Thread Qiu Shumin
When the file is empty, make FileHandleReadLine in FileHandleLib return EFI_SUCCESS instead of EFI_BUFFER_TOO_SMALL. Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Qiu Shumin --- .../Library/UefiFileHandleLib/UefiFileHandleLib.c | 41 ++ 1 file chang