mirror of https://github.com/acidanthera/audk.git
BaseTools: Fix regression bug by 3378782691
Fix regression bug by 3378782691
Fixes:https://bugzilla.tianocore.org/show_bug.cgi?id=941
Cc: Liming Gao <liming.gao@intel.com>
Cc: Yonghong Zhu <yonghong.zhu@intel.com>
Contributed-under: TianoCore Contribution Agreement 1.1
Signed-off-by: Yunhua Feng <yunhuax.feng@intel.com>
Reviewed-by: Yonghong Zhu <yonghong.zhu@intel.com>
This commit is contained in:
parent
1df5fb2d83
commit
a802b26906
|
@ -1543,7 +1543,7 @@ class DscParser(MetaFileParser):
|
||||||
|
|
||||||
IncludedFileTable = MetaFileStorage(self._Table.Cur, IncludedFile1, MODEL_FILE_DSC, False)
|
IncludedFileTable = MetaFileStorage(self._Table.Cur, IncludedFile1, MODEL_FILE_DSC, False)
|
||||||
FromItem = self._Content[self._ContentIndex - 1][0]
|
FromItem = self._Content[self._ContentIndex - 1][0]
|
||||||
if self._Content[self._ContentIndex - 1][8] != -1.0:
|
if self._InSubsection:
|
||||||
Owner = self._Content[self._ContentIndex - 1][8]
|
Owner = self._Content[self._ContentIndex - 1][8]
|
||||||
else:
|
else:
|
||||||
Owner = self._Content[self._ContentIndex - 1][0]
|
Owner = self._Content[self._ContentIndex - 1][0]
|
||||||
|
|
Loading…
Reference in New Issue