]> git.proxmox.com Git - mirror_edk2.git/commitdiff
BaseTools: Fix the bug for display incorrect *M flag in report
authorYonghong Zhu <yonghong.zhu@intel.com>
Thu, 1 Mar 2018 05:48:31 +0000 (13:48 +0800)
committerYonghong Zhu <yonghong.zhu@intel.com>
Fri, 2 Mar 2018 02:06:21 +0000 (10:06 +0800)
The root cause is the byte array value in the driver Pcd, some bytes
have additional space character, while the value in DSC file doesn't
have this space, it cause the string compare return false, so we remove
the extra space.

Contributed-under: TianoCore Contribution Agreement 1.1
Signed-off-by: Yonghong Zhu <yonghong.zhu@intel.com>
Reviewed-by: Liming Gao <liming.gao@intel.com>

No differences found