]> git.proxmox.com Git - mirror_edk2.git/commit
MdeModulePkg/DriverSample: Skip the character "&" before "OFFSET="
authorDandan Bi <dandan.bi@intel.com>
Tue, 9 Aug 2016 01:52:18 +0000 (09:52 +0800)
committerStar Zeng <star.zeng@intel.com>
Thu, 11 Aug 2016 07:38:43 +0000 (15:38 +0800)
commitbfaa3b5b7fad475355ef28bb96749d2410ef75b0
tree16adc0e08f25e45038aa18b56a49d75358337a1d
parent6e227fb5d8490df896ae6e938d16d50137471fbd
MdeModulePkg/DriverSample: Skip the character "&" before "OFFSET="

When comparing the L"OFFSET=" with the ConfigResp string to find
all the "OFFSET=" in ConfigResp, should skip the character "&"
before "OFFSET=" in ConfigResp string.

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/Universal/DriverSampleDxe/DriverSample.c