]> git.proxmox.com Git - mirror_edk2.git/commit
ShellPkg: Refine the code to avoid use a constant number as offset.
authorQiu Shumin <shumin.qiu@intel.com>
Tue, 26 Jan 2016 08:17:19 +0000 (08:17 +0000)
committershenshushi <shenshushi@Edk2>
Tue, 26 Jan 2016 08:17:19 +0000 (08:17 +0000)
commitaed8c66dac8731e8175cdeaff78e24c1ff728b90
treeab628c1a83db2b8565ba8c75f5968a99eefd24e0
parentd5b8efb6dc790814780415cf76adbd7f74cc1725
ShellPkg: Refine the code to avoid use a constant number as offset.

Refine the code to use 'sizeof(EFI_LOAD_OPTION)' as offset in buffer to get 'description' instead of using a constant number.
This change makes the code more readable.

Contributed-under: TianoCore Contribution Agreement 1.0
Signed-off-by: Qiu Shumin <shumin.qiu@intel.com>
Reviewed-by: Jaben Carsey <jaben.carsey@intel.com>
git-svn-id: https://svn.code.sf.net/p/edk2/code/trunk/edk2@19746 6f19259b-4bc3-4df7-8a09-765794883524
ShellPkg/Library/UefiShellBcfgCommandLib/UefiShellBcfgCommandLib.c