From 4a6b179f4f369c49702a4baee9c32b18551cdcfd Mon Sep 17 00:00:00 2001 From: "Feng, Bob C" Date: Wed, 30 Jan 2019 17:09:53 +0800 Subject: BaseTools: Fixed incorrect line number in PcdValueInit.c BZ: https://bugzilla.tianocore.org/show_bug.cgi?id=1435 This patch is going to fix the issue of incorrect line number in PcdValueInit.c Contributed-under: TianoCore Contribution Agreement 1.1 Signed-off-by: Bob Feng Cc: Liming Gao Reviewed-by: Liming Gao --- BaseTools/Source/Python/Workspace/MetaFileTable.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'BaseTools/Source/Python/Workspace/MetaFileTable.py') diff --git a/BaseTools/Source/Python/Workspace/MetaFileTable.py b/BaseTools/Source/Python/Workspace/MetaFileTable.py index 823a87e057..8832fc0a8f 100644 --- a/BaseTools/Source/Python/Workspace/MetaFileTable.py +++ b/BaseTools/Source/Python/Workspace/MetaFileTable.py @@ -393,7 +393,7 @@ class PlatformTable(MetaFileTable): if FromItem is not None: result = [item for item in result if item[9] == FromItem] - result = [ [r[2],r[3],r[4],r[5],r[6],r[7],r[0],r[9]] for r in result ] + result = [ [r[2],r[3],r[4],r[5],r[6],r[7],r[0],r[10]] for r in result ] return result def DisableComponent(self,comp_id): -- cgit v1.2.3